1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 02:24:19 +02:00

match space after comma, darken invalid/valid bg color on custom checks

This commit is contained in:
Mark Otto
2017-10-22 12:35:13 -07:00
parent 5e4964ccb8
commit cd4cd7fbe8

View File

@@ -83,7 +83,7 @@
.was-validated &:#{$state}, .was-validated &:#{$state},
&.is-#{$state} { &.is-#{$state} {
~ .custom-control-indicator { ~ .custom-control-indicator {
background-color: rgba($color, .25); background-color: rgba($color, .4);
} }
~ .custom-control-description { ~ .custom-control-description {
color: $color; color: $color;