diff options
author | Volpeon <git@volpeon.ink> | 2024-12-05 09:14:24 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-05 09:14:24 +0100 |
commit | a20c8d4895ad1c2949e0a9533042cc8018be3f0f (patch) | |
tree | 45a7118683e11a01c3fa9512c6e09cb34bbe6d4d /src/objects/_tabbar.scss | |
parent | Style lists by default (diff) | |
download | iro-design-a20c8d4895ad1c2949e0a9533042cc8018be3f0f.tar.gz iro-design-a20c8d4895ad1c2949e0a9533042cc8018be3f0f.tar.bz2 iro-design-a20c8d4895ad1c2949e0a9533042cc8018be3f0f.zip |
Revert "Style lists by default"
This reverts commit 6e1009c6c4c1cedfd2bfbb38eb9543e72a275461.
Diffstat (limited to 'src/objects/_tabbar.scss')
-rw-r--r-- | src/objects/_tabbar.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/objects/_tabbar.scss b/src/objects/_tabbar.scss index 860ab47..131c832 100644 --- a/src/objects/_tabbar.scss +++ b/src/objects/_tabbar.scss | |||
@@ -27,11 +27,8 @@ | |||
27 | @include bem.elem('tabs') { | 27 | @include bem.elem('tabs') { |
28 | display: flex; | 28 | display: flex; |
29 | block-size: 100%; | 29 | block-size: 100%; |
30 | padding: 0; | ||
31 | margin-block: 0; | ||
32 | margin-inline: calc(-.5 * props.get(vars.$spacing)); | 30 | margin-inline: calc(-.5 * props.get(vars.$spacing)); |
33 | overflow-inline: auto; | 31 | overflow-inline: auto; |
34 | list-style: none; | ||
35 | } | 32 | } |
36 | 33 | ||
37 | @include bem.modifier('quiet') { | 34 | @include bem.modifier('quiet') { |