aboutsummaryrefslogtreecommitdiff
path: root/src/components/tab_switcher/tab_switcher.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-10-07 22:03:34 +0300
committerHenry Jameson <me@hjkos.com>2018-10-07 22:03:34 +0300
commit4d77b0c86bbd711e76e8ed23b6b227332bbea3cf (patch)
tree4a98983babaad3d2e35527bf09465e9daeff0ed5 /src/components/tab_switcher/tab_switcher.scss
parent96804d42f0f6aa6af85295933af6fd267b19e473 (diff)
Transparency works without exploding now. All nice.
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 578caec2..6f3f9f27 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--fg;
- border-bottom-color: var(--fg, $fallback--fg);
+ border-bottom-color: $fallback--border;
+ border-bottom-color: var(--border, $fallback--border);
}
.tab {
@@ -28,8 +28,8 @@
&:not(.active) {
border-bottom: 1px solid;
- border-bottom-color: $fallback--fg;
- border-bottom-color: var(--fg, $fallback--fg);
+ border-bottom-color: $fallback--border;
+ border-bottom-color: var(--border, $fallback--border);
z-index: 4;
}