Add consistent input hover (#7677)

This commit is contained in:
Luke Heath
2022-10-05 09:43:54 -05:00
committed by GitHub
parent db348351ac
commit 753483ffd6
2 changed files with 12 additions and 0 deletions
@@ -48,6 +48,12 @@
background-color: $ui-light-grey;
border-radius: $border-radius;
height: 40px;
transition: border-color 100ms;
&:hover {
box-shadow: none;
border: 1px solid $core-vibrant-blue;
}
.Select-value {
font-size: $small;