1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 15:16:51 +02: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

View File

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