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