mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
match space after comma, darken invalid/valid bg color on custom checks
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
.was-validated &:#{$state},
|
||||
&.is-#{$state} {
|
||||
~ .custom-control-indicator {
|
||||
background-color: rgba($color, .25);
|
||||
background-color: rgba($color, .4);
|
||||
}
|
||||
~ .custom-control-description {
|
||||
color: $color;
|
||||
|
||||
Reference in New Issue
Block a user