fixed active entry icon color not changing

This commit is contained in:
Miodec 2023-01-28 19:45:40 +01:00
parent dcb505e507
commit bc4651d2b7

View file

@ -123,11 +123,21 @@
color: var(--bg-color) !important;
background: var(--text-color) !important;
cursor: pointer;
.fas,
.far,
.fab {
color: var(--bg-color);
}
}
&.activeKeyboard {
color: var(--bg-color) !important;
background: var(--text-color) !important;
.fas,
.far,
.fab {
color: var(--bg-color);
}
}
// &:hover {