fix tabs not being able to be "disabled"

このコミットが含まれているのは:
Henry Jameson 2022-03-22 20:15:21 +02:00
コミット c5a6f40dff
1個のファイルの変更0行の追加7行の削除

ファイルの表示

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