forked from AkkomaGang/akkoma-fe
fix icon changing color
This commit is contained in:
parent
500511b415
commit
0eea5c6b80
1 changed files with 4 additions and 2 deletions
|
@ -147,8 +147,10 @@
|
|||
white-space: nowrap;
|
||||
|
||||
padding: 6px 1em;
|
||||
color: $fallback--text;
|
||||
color: var(--tabText, $fallback--text);
|
||||
&, &:active .tab-icon {
|
||||
color: $fallback--text;
|
||||
color: var(--tabText, $fallback--text);
|
||||
}
|
||||
background-color: $fallback--fg;
|
||||
background-color: var(--tab, $fallback--fg);
|
||||
|
||||
|
|
Loading…
Reference in a new issue