Fix disabled choices select color on dark theme
This commit is contained in:
parent
ba908bf849
commit
1217de096a
|
@ -10,6 +10,7 @@ $choices-bg-color-dropdown: $input-bg;
|
|||
$choices-text-color: $input-color;
|
||||
|
||||
$es-choices-highlight-color: $choices-text-color !default;
|
||||
$choices-bg-color-disabled: $input-disabled-bg;
|
||||
|
||||
@import '~choices.js/src/styles/choices.scss';
|
||||
|
||||
|
|
Loading…
Reference in New Issue