0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

add validation feedback/tooltip support to form-check-inputs

This commit is contained in:
Jesse Mandel 2018-01-05 10:55:13 -08:00
parent 34cd2038d2
commit a05f1d883e

View File

@ -74,6 +74,11 @@
~ .form-check-label { ~ .form-check-label {
color: $color; color: $color;
} }
~ .#{$state}-feedback,
~ .#{$state}-tooltip {
display: block;
}
} }
} }