mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-22 00:06:32 -04:00
match space after comma, darken invalid/valid bg color on custom checks
This commit is contained in:
parent
5e4964ccb8
commit
cd4cd7fbe8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user