Remove select widget hover effect

This commit is contained in:
jeremystretch 2021-08-13 11:31:51 -04:00
parent b784705cd3
commit a6150f2578
4 changed files with 2 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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);

View File

@ -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 {