Commit 1083e49b authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

really fix indentation, reorder

parent 7eb8c548
Showing with 5 additions and 4 deletions
+5 -4
...@@ -85,13 +85,14 @@ ...@@ -85,13 +85,14 @@
~ .custom-control-indicator { ~ .custom-control-indicator {
background-color: rgba($color, .25); 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 { ~ .custom-control-description {
color: $color; color: $color;
} }
&:focus {
~ .custom-control-indicator {
box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-btn-focus-width $color;
}
}
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment