aboutsummaryrefslogtreecommitdiff
path: root/src/components/tab_switcher/tab_switcher.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-03-22 20:15:21 +0200
committerHenry Jameson <me@hjkos.com>2022-03-22 20:15:21 +0200
commitc5a6f40dff714c49f0cc1472f9b70e3efdf7efca (patch)
tree87fa7f049f842d765297af0f159ed1fb98b714f3 /src/components/tab_switcher/tab_switcher.scss
parentb817e09ee8ed4e02a6757b2c4e5577c5f82bec45 (diff)
fix tabs not being able to be "disabled"
Diffstat (limited to 'src/components/tab_switcher/tab_switcher.scss')
-rw-r--r--src/components/tab_switcher/tab_switcher.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss
index 0ed614b7..575d41e1 100644
--- 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;