mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Merge pull request #189 from Retrospring/fix/list-selector-text-colour
Fix list group text not being visible when the selected item is a link
This commit is contained in:
commit
680a5f4c6a
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
&.active:hover {
|
||||
background-color: var(--primary);
|
||||
border-color: var(--primary);
|
||||
|
||||
a {
|
||||
color: var(--primary-text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue