Fix disabled select color

This commit is contained in:
Jeremy Thomas
2022-05-08 13:38:20 +01:00
parent bbb5419717
commit 9aa25eb28e
10 changed files with 56 additions and 19 deletions

View File

@@ -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