mirror of https://github.com/rancher/ui.git
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:
parent
dffb92ca5c
commit
e8071c2268
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue