Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorSharrell Porter <SharrellPorter@example.com>2017-10-17 01:26:52 +0300
committerSharrell Porter <SharrellPorter@example.com>2017-10-17 01:26:52 +0300
commit77ea66da4dc054b33392d32be152eb1082d305e2 (patch)
tree20598faf0efc42c1b228604dedee8b2b51d789f5 /scss
parent658e81a0840a2b49e7977206e3d5feabea797677 (diff)
parente9c66560041bd777a0381241adbdfff89309f03f (diff)
matching-branch
Merge branch 'custom-checkboxes-radios-correct-color' of github.com:sabrown84/bootstrap into custom-checkboxes-radios-correct-color
Diffstat (limited to 'scss')
-rw-r--r--scss/mixins/_forms.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss
index 6403f469d9..f69b335e1d 100644
--- a/scss/mixins/_forms.scss
+++ b/scss/mixins/_forms.scss
@@ -79,6 +79,7 @@
&.is-#{$state} {
~ .custom-control-indicator {
background-color: rgba($color, .25);
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dc3545;
}
~ .custom-control-description {
color: $color;