Skip to content
Snippets Groups Projects
Commit 0eea5c6b authored by HJ's avatar HJ :fire:
Browse files

fix icon changing color

parent 500511b4
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment