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,11 +616,11 @@ body,
padding: 5px;
text-decoration: none;
color: $dark-grey;
}
a.selected {
background: var(--main-color);
color: $white;
&.selected {
background: var(--main-color);
color: $white;
}
}
input {