mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 12:41:10 -04:00
fix multiselect disabled style
This commit is contained in:
@ -351,7 +351,8 @@ fieldset[disabled] .multiselect {
|
|||||||
color: $ls-color-gray;
|
color: $ls-color-gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.multiselect--disabled .multiselect__input {
|
.multiselect--disabled .multiselect__input,
|
||||||
|
.multiselect--disabled .multiselect__single {
|
||||||
background: $ls-color-gray--light;
|
background: $ls-color-gray--light;
|
||||||
color: $ls-color-gray;
|
color: $ls-color-gray;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user