mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01: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:
committed by
Matteo Pagliazzi
parent
4a368a1128
commit
4623bcd877
@@ -210,6 +210,7 @@ div
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $purple-300;
|
background: $purple-300;
|
||||||
|
color: $white;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user