mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 20:22:53 -06:00
Remove select widget hover effect
This commit is contained in:
parent
b784705cd3
commit
a6150f2578
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.
@ -1,9 +1,5 @@
|
||||
// Overrides to native HTML elements (i.e., not bootstrap classes or custom components).
|
||||
|
||||
* {
|
||||
transition: background-color, color 0.1s ease-in-out;
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--nbx-body-color);
|
||||
background-color: var(--nbx-body-bg);
|
||||
|
@ -125,12 +125,8 @@ $spacing-s: $input-padding-x;
|
||||
border-bottom-left-radius: $form-select-border-radius;
|
||||
}
|
||||
|
||||
&.ss-disabled {
|
||||
background-color: transparent;
|
||||
|
||||
&:hover {
|
||||
color: $form-select-disabled-color;
|
||||
}
|
||||
&.ss-disabled:hover {
|
||||
color: $form-select-disabled-color;
|
||||
}
|
||||
|
||||
.depth {
|
||||
|
Loading…
Reference in New Issue
Block a user