forked from AkkomaGang/akkoma-fe
fix tabs not being able to be "disabled"
This commit is contained in:
parent
b817e09ee8
commit
c5a6f40dff
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue