]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Removed mixin from focus ouline box-shadow fixes #17066
authorCorné Dorrestijn <contact@corne.info>
Fri, 21 Aug 2015 20:21:20 +0000 (22:21 +0200)
committerCorné Dorrestijn <contact@corne.info>
Fri, 21 Aug 2015 20:21:20 +0000 (22:21 +0200)
scss/_custom-forms.scss

index ec211acaa878284b77fa47656f6fd4322114f703..2326e01ca04f8b28d8a536de67302f379a5c5403 100644 (file)
     z-index: -1; // Put the input behind the label so it doesn't overlay text
     opacity: 0;
 
-    &:focus ~ .c-indicator {
-      @include box-shadow(0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9);
-    }
-
     &:checked ~ .c-indicator {
       color: #fff;
       background-color: #0074d9;
       @include box-shadow(none);
     }
 
+    &:focus ~ .c-indicator {
+      box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
+    }
+
     &:active ~ .c-indicator {
       color: #fff;
       background-color: #84c6ff;