diff options
| author | Jesse Mandel <[email protected]> | 2018-01-05 10:55:13 -0800 |
|---|---|---|
| committer | Jesse Mandel <[email protected]> | 2018-01-05 10:55:13 -0800 |
| commit | a05f1d883e3ec4780ea064ad9119e38a8448bc25 (patch) | |
| tree | 4e27ae0bf77dea451f610c394820125c1c1356b8 | |
| parent | 34cd2038d2b16f305919e1fc36ff45913e3d1dfd (diff) | |
| download | bootstrap-a05f1d883e3ec4780ea064ad9119e38a8448bc25.tar.xz bootstrap-a05f1d883e3ec4780ea064ad9119e38a8448bc25.zip | |
add validation feedback/tooltip support to form-check-inputs
| -rw-r--r-- | scss/mixins/_forms.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 627e0dc82..229068242 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -74,6 +74,11 @@ ~ .form-check-label { color: $color; } + + ~ .#{$state}-feedback, + ~ .#{$state}-tooltip { + display: block; + } } } |
