mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes: #6982: Remove inherited background-color on disabled options
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user