Remove select widget hover effect

This commit is contained in:
jeremystretch
2021-08-13 11:31:51 -04:00
parent 49a4fce80a
commit 7105a913b2
4 changed files with 4 additions and 12 deletions

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