Remove select widget hover effect
This commit is contained in:
parent
b784705cd3
commit
a6150f2578
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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