Commit 1b1c768e authored by Mark Otto's avatar Mark Otto
Browse files

Merge branch 'custom-checkboxes-radios-correct-color' of...

Merge branch 'custom-checkboxes-radios-correct-color' of https://github.com/sabrown84/bootstrap into sabrown84-custom-checkboxes-radios-correct-color
parents 1b76b3cf 1083e49b
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!25326Adjust examples,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 7 additions and 2 deletions
+7 -2
......@@ -57,7 +57,7 @@
border-color: $color;
&:focus {
box-shadow: 0 0 0 .2rem rgba($color,.25);
box-shadow: 0 0 0 $input-btn-focus-width rgba($color,.25);
}
~ .#{$state}-feedback,
......@@ -88,6 +88,11 @@
~ .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;
}
}
}
}
......@@ -101,7 +106,7 @@
&::before { border-color: inherit; }
}
&:focus {
box-shadow: 0 0 0 .2rem rgba($color,.25);
box-shadow: 0 0 0 $input-btn-focus-width rgba($color,.25);
}
}
}
......
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