Add back highlighted section

This commit is contained in:
sonny 2020-06-03 19:23:21 +02:00
parent 523eb3a5e6
commit 4bb1507ac9
2 changed files with 4 additions and 3 deletions

View file

@ -33,7 +33,7 @@
} }
} }
&--selected { &--selected, &:hover {
font-weight: bold; background-color: $border-gray;
} }
} }

View file

@ -14,10 +14,11 @@
&:hover { &:hover {
cursor: pointer; cursor: pointer;
background-color: $border-gray;
} }
&--selected { &--selected {
font-weight: bold; background-color: $border-gray;
} }
} }