mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-17 04:32:51 -06:00
Fixes: #6982: Remove inherited background-color on disabled options
This commit is contained in:
parent
643939ea1e
commit
8199bb6b62
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user