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

fix tabs not being able to be "disabled"

parent b817e09e
Branches
Tags
No related merge requests found
......@@ -166,13 +166,6 @@
position: relative;
white-space: nowrap;
padding: 6px 1em;
background-color: $fallback--fg;
background-color: var(--tab, $fallback--fg);
&, &:active .tab-icon {
color: $fallback--text;
color: var(--tabText, $fallback--text);
}
&:not(.active) {
z-index: 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment