commit: c5a6f40dff714c49f0cc1472f9b70e3efdf7efca
parent b817e09ee8ed4e02a6757b2c4e5577c5f82bec45
Author: Henry Jameson <me@hjkos.com>
Date: Tue, 22 Mar 2022 20:15:21 +0200
fix tabs not being able to be "disabled"
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss
@@ -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;