Show arrow on select:focus

Make the arrow visible for select components when the component is
focused.

rancher/rancher#23987
This commit is contained in:
Cody Jackson 2019-11-11 15:41:02 -07:00
parent dffb92ca5c
commit e8071c2268
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ select {
}
}
&:focus {
background: rgba($input-border-focus, .2);
background-color: rgba($input-border-focus, .2);
border-color: $input-border-focus;
transition: ease-in-out all .25s;
&::placeholder {