aboutsummaryrefslogtreecommitdiff
path: root/src/components/tab_switcher/tab_switcher.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-10-07 19:59:22 +0300
committerHenry Jameson <me@hjkos.com>2018-10-07 19:59:22 +0300
commit96804d42f0f6aa6af85295933af6fd267b19e473 (patch)
tree28f44a6592da88095afc28fd91393b08497c5590 /src/components/tab_switcher/tab_switcher.scss
parent5441766c3cba46682227202e91e08c4fbb3e3ac3 (diff)
Some themeing is working!!
Diffstat (limited to 'src/components/tab_switcher/tab_switcher.scss')
-rw-r--r--src/components/tab_switcher/tab_switcher.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss
index 374a19c5..578caec2 100644
--- a/src/components/tab_switcher/tab_switcher.scss
+++ b/src/components/tab_switcher/tab_switcher.scss
@@ -17,8 +17,8 @@
.tab, &::after, &::before {
border-bottom: 1px solid;
- border-bottom-color: $fallback--btn;
- border-bottom-color: var(--btn, $fallback--btn);
+ border-bottom-color: $fallback--fg;
+ border-bottom-color: var(--fg, $fallback--fg);
}
.tab {
@@ -28,8 +28,8 @@
&:not(.active) {
border-bottom: 1px solid;
- border-bottom-color: $fallback--btn;
- border-bottom-color: var(--btn, $fallback--btn);
+ border-bottom-color: $fallback--fg;
+ border-bottom-color: var(--fg, $fallback--fg);
z-index: 4;
}