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;
|
||||
text-decoration: none;
|
||||
color: $dark-grey;
|
||||
}
|
||||
|
||||
a.selected {
|
||||
&.selected {
|
||||
background: var(--main-color);
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
&[type='text'] {
|
||||
|
|
Loading…
Reference in a new issue