Fix theme component name's color when theme is selected

This commit is contained in:
Kris 2019-01-25 17:25:12 -05:00
parent 0f73026c21
commit 94e2b77c5f
1 changed files with 3 additions and 0 deletions

View File

@ -283,6 +283,9 @@
&.selected {
color: $secondary;
background-color: $tertiary;
.components-list {
color: $secondary;
}
.fa {
color: inherit;
}