mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Force menu links to have white color on :hover (#10200)
This is mostly to fix the contact form link under the Help menu inheriting the wrong color on hover due to missing href attribute
This commit is contained in:
parent
4a368a1128
commit
4623bcd877
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ div
|
|||
|
||||
&:hover {
|
||||
background: $purple-300;
|
||||
color: $white;
|
||||
|
||||
&:last-child {
|
||||
border-bottom-right-radius: 5px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue