Fix list group text not being visible when the selected item is a link

This commit is contained in:
Karina Kwiatek 2021-08-11 21:33:38 +02:00
parent 11e8555dae
commit 7f7213578b
1 changed files with 4 additions and 0 deletions

View File

@ -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);
}
} }
} }