Moved definition of a.selected to pass sasslint test
This commit is contained in:
parent
816ffba74b
commit
e813934ae1
1 changed files with 4 additions and 4 deletions
|
@ -616,12 +616,12 @@ body,
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: $dark-grey;
|
color: $dark-grey;
|
||||||
}
|
|
||||||
|
|
||||||
a.selected {
|
&.selected {
|
||||||
background: var(--main-color);
|
background: var(--main-color);
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
&[type='text'] {
|
&[type='text'] {
|
||||||
|
|
Loading…
Reference in a new issue