diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/_utils.scss | 4 | ||||
| -rw-r--r-- | src/objects/_tabbar.scss | 1 | 
2 files changed, 4 insertions, 1 deletions
| diff --git a/src/_utils.scss b/src/_utils.scss index bd92454..e90aa57 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -200,6 +200,10 @@ $-sizes: ( | |||
| 200 | white-space: nowrap; | 200 | white-space: nowrap; | 
| 201 | } | 201 | } | 
| 202 | 202 | ||
| 203 | @include bem.utility('o-auto') { | ||
| 204 | overflow: auto; | ||
| 205 | } | ||
| 206 | |||
| 203 | @include bem.utility('o-hidden') { | 207 | @include bem.utility('o-hidden') { | 
| 204 | overflow: hidden; | 208 | overflow: hidden; | 
| 205 | } | 209 | } | 
| 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; | 
