mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Fix disabled select color
This commit is contained in:
@@ -66,7 +66,8 @@ $select-colors: $form-colors !default
|
||||
// Modifiers
|
||||
&.is-disabled
|
||||
&::after
|
||||
border-color: $input-disabled-color
|
||||
border-color: $input-disabled-color !important
|
||||
opacity: 0.5
|
||||
&.is-fullwidth
|
||||
width: 100%
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user