mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
highlight spell item when it has class of 'active'
This commit is contained in:
parent
dc37442691
commit
0f2adcad14
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
background-color: $better
|
background-color: $better
|
||||||
|
|
||||||
color: #555
|
color: #555
|
||||||
&:hover, &:focus
|
&:hover, &:focus, &.active
|
||||||
background-color: $bad
|
background-color: $bad
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue