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:
Karina Kwiatek 2021-08-11 23:07:55 +02:00 committed by GitHub
commit 680a5f4c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
&.active:hover {
background-color: var(--primary);
border-color: var(--primary);
a {
color: var(--primary-text);
}
}
}