Fixes: #6982: Remove inherited background-color on disabled options
This commit is contained in:
parent
643939ea1e
commit
8199bb6b62
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -125,8 +125,11 @@ $spacing-s: $input-padding-x;
|
|||
border-bottom-left-radius: $form-select-border-radius;
|
||||
}
|
||||
|
||||
&.ss-disabled:hover {
|
||||
color: $form-select-disabled-color;
|
||||
&.ss-disabled {
|
||||
background-color: unset;
|
||||
&:hover {
|
||||
color: $form-select-disabled-color;
|
||||
}
|
||||
}
|
||||
|
||||
.depth {
|
||||
|
|
|
|||
Loading…
Reference in New Issue