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;
|
white-space: nowrap;
|
||||||
|
|
||||||
padding: 6px 1em;
|
padding: 6px 1em;
|
||||||
|
&, &:active .tab-icon {
|
||||||
color: $fallback--text;
|
color: $fallback--text;
|
||||||
color: var(--tabText, $fallback--text);
|
color: var(--tabText, $fallback--text);
|
||||||
|
}
|
||||||
background-color: $fallback--fg;
|
background-color: $fallback--fg;
|
||||||
background-color: var(--tab, $fallback--fg);
|
background-color: var(--tab, $fallback--fg);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue