Make the select arrow visible on :hover

rancher/rancher#23987
This commit is contained in:
Cody Jackson 2019-11-08 13:50:38 -07:00
parent 302682e0e1
commit a82abc29e0
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ select {
&:hover {
border-color: $input-bg-hover;
background: rgba($input-bg-hover, .2);
background-color: rgba($input-bg-hover, .2);
&::placeholder {
color: rgba($input-color-placeholder, .35);
}