0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

fixes #24553: override border-color on focus of custom select with form validation (#24695)

This commit is contained in:
Mark Otto 2017-11-06 12:04:56 -08:00 committed by GitHub
parent a8aaccbd4d
commit bb53b32585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@
border-color: $color;
&:focus {
border-color: $color;
box-shadow: 0 0 0 $input-focus-width rgba($color, .25);
}