]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #24553: override border-color on focus of custom select with form validation...
authorMark Otto <markd.otto@gmail.com>
Mon, 6 Nov 2017 20:04:56 +0000 (12:04 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2017 20:04:56 +0000 (12:04 -0800)
scss/mixins/_forms.scss

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