mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Style more button parts
This commit is contained in:
@@ -6,13 +6,12 @@ $select-colors: $form-colors !default
|
||||
--select-hover-color: #{$input-hover-color}
|
||||
--select-disabled-color: #{$input-disabled-color}
|
||||
--select-focus-box-shadow-size: #{$input-focus-box-shadow-size}
|
||||
|
||||
display: inline-block
|
||||
max-width: 100%
|
||||
position: relative
|
||||
vertical-align: top
|
||||
&:not(.is-multiple)
|
||||
height: $input-height
|
||||
height: var(--input-height)
|
||||
&:not(.is-multiple):not(.is-loading)
|
||||
&::after
|
||||
@extend %arrow
|
||||
|
||||
Reference in New Issue
Block a user