summaryrefslogtreecommitdiffstats
path: root/src/objects
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-11-23 14:24:50 +0100
committerVolpeon <git@volpeon.ink>2024-11-23 14:24:50 +0100
commit23f9cf2737d0870be1206144656ab0c53c4aa5d7 (patch)
tree80ff7976b69bced13861510c36674bdc967d99f5 /src/objects
parentTabbar (diff)
downloadiro-design-23f9cf2737d0870be1206144656ab0c53c4aa5d7.tar.gz
iro-design-23f9cf2737d0870be1206144656ab0c53c4aa5d7.tar.bz2
iro-design-23f9cf2737d0870be1206144656ab0c53c4aa5d7.zip
Fix
Diffstat (limited to 'src/objects')
-rw-r--r--src/objects/_tabbar.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objects/_tabbar.scss b/src/objects/_tabbar.scss
index ce6a890..70dedb9 100644
--- a/src/objects/_tabbar.scss
+++ b/src/objects/_tabbar.scss
@@ -31,7 +31,6 @@
31 position: relative; 31 position: relative;
32 display: flex; 32 display: flex;
33 align-items: center; 33 align-items: center;
34 padding-inline: calc(.5 * props.get(vars.$spacing));
35 color: props.get(vars.$tab--text-color); 34 color: props.get(vars.$tab--text-color);
36 white-space: nowrap; 35 white-space: nowrap;
37 border-block: props.get(vars.$indicator--width) solid transparent; 36 border-block: props.get(vars.$indicator--width) solid transparent;