Fix list group text not being visible when the selected item is a link
This commit is contained in:
parent
11e8555dae
commit
7f7213578b
|
@ -5,6 +5,10 @@
|
||||||
&.active:hover {
|
&.active:hover {
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
border-color: var(--primary);
|
border-color: var(--primary);
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--primary-text);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue