Moved definition of a.selected to pass sasslint test

This commit is contained in:
Keith Carangelo 2020-08-30 07:26:21 -04:00
parent 816ffba74b
commit e813934ae1

View file

@ -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'] {