Fixes: #6982: Remove inherited background-color on disabled options

This commit is contained in:
Matt 2021-08-18 14:57:42 -07:00
parent 643939ea1e
commit 8199bb6b62
3 changed files with 5 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -125,9 +125,12 @@ $spacing-s: $input-padding-x;
border-bottom-left-radius: $form-select-border-radius; border-bottom-left-radius: $form-select-border-radius;
} }
&.ss-disabled:hover { &.ss-disabled {
background-color: unset;
&:hover {
color: $form-select-disabled-color; color: $form-select-disabled-color;
} }
}
.depth { .depth {
// Lighten the dash prefix on nested options. // Lighten the dash prefix on nested options.