fix tabs not being able to be "disabled"

This commit is contained in:
Henry Jameson 2022-03-22 20:15:21 +02:00
parent b817e09ee8
commit c5a6f40dff
1 changed files with 0 additions and 7 deletions

View File

@ -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;