mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-17 04:32:51 -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).
|
// Overrides to native HTML elements (i.e., not bootstrap classes or custom components).
|
||||||
|
|
||||||
* {
|
|
||||||
transition: background-color, color 0.1s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: var(--nbx-body-color);
|
color: var(--nbx-body-color);
|
||||||
background-color: var(--nbx-body-bg);
|
background-color: var(--nbx-body-bg);
|
||||||
|
@ -125,12 +125,8 @@ $spacing-s: $input-padding-x;
|
|||||||
border-bottom-left-radius: $form-select-border-radius;
|
border-bottom-left-radius: $form-select-border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.ss-disabled {
|
&.ss-disabled:hover {
|
||||||
background-color: transparent;
|
color: $form-select-disabled-color;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: $form-select-disabled-color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.depth {
|
.depth {
|
||||||
|
Loading…
Reference in New Issue
Block a user