]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
really fix indentation, reorder 24401/head
authorMark Otto <markd.otto@gmail.com>
Sun, 22 Oct 2017 03:57:19 +0000 (20:57 -0700)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2017 03:57:19 +0000 (20:57 -0700)
scss/mixins/_forms.scss

index 88582ed86cb7c488baf08d6af7d569992c564124..0124199d4585abaa723b0b61ccae7eb2dccf6cf3 100644 (file)
       ~ .custom-control-indicator {
         background-color: rgba($color, .25);
       }
-    &:focus {
-      ~ .custom-control-indicator {
-        box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-btn-focus-width $color;
-      }
       ~ .custom-control-description {
         color: $color;
       }
+      &:focus {
+        ~ .custom-control-indicator {
+          box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-btn-focus-width $color;
+        }
+      }
     }
   }