diff options
author | Volpeon <git@volpeon.ink> | 2024-11-23 14:35:24 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-23 14:35:24 +0100 |
commit | 8dea4a0d9cfdbc098247738a637c2a931a13a0f2 (patch) | |
tree | d890adff81deccc12951e5d312380a7c50a4fec8 /src/objects | |
parent | Tabbar (diff) | |
download | iro-design-8dea4a0d9cfdbc098247738a637c2a931a13a0f2.tar.gz iro-design-8dea4a0d9cfdbc098247738a637c2a931a13a0f2.tar.bz2 iro-design-8dea4a0d9cfdbc098247738a637c2a931a13a0f2.zip |
Fix
Diffstat (limited to 'src/objects')
-rw-r--r-- | src/objects/_tabbar.scss | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/objects/_tabbar.scss b/src/objects/_tabbar.scss index 342cd60..bb1d9c1 100644 --- a/src/objects/_tabbar.scss +++ b/src/objects/_tabbar.scss | |||
@@ -41,12 +41,14 @@ | |||
41 | } | 41 | } |
42 | 42 | ||
43 | @include bem.elem('tab') { | 43 | @include bem.elem('tab') { |
44 | position: relative; | 44 | position: relative; |
45 | display: flex; | 45 | display: flex; |
46 | align-items: center; | 46 | align-items: center; |
47 | color: props.get(vars.$tab--text-color); | 47 | color: props.get(vars.$tab--text-color); |
48 | white-space: nowrap; | 48 | white-space: nowrap; |
49 | border-block: props.get(vars.$indicator--width) solid props.get(vars.$railing--bg-color); | 49 | border-block: props.get(vars.$indicator--width) solid transparent; |
50 | border-block-end-color: props.get(vars.$railing--bg-color); | ||
51 | |||
50 | 52 | ||
51 | &::before { | 53 | &::before { |
52 | position: absolute; | 54 | position: absolute; |