diff options
| author | Mark Otto <[email protected]> | 2017-08-12 17:13:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-12 18:24:49 -0700 |
| commit | bde9c64ca9070f9da7825a59e7cce4842247ffd2 (patch) | |
| tree | 4275ce56e93e148f18c1739b85962253ca3a800c | |
| parent | 80cf395e4d8f91337cf28d8b85ca087b0ce3e8ae (diff) | |
| download | bootstrap-bde9c64ca9070f9da7825a59e7cce4842247ffd2.tar.xz bootstrap-bde9c64ca9070f9da7825a59e7cce4842247ffd2.zip | |
Apply the invalid/valid state to the class name
| -rw-r--r-- | scss/mixins/_forms.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 4a1e0bc31..67e198c26 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -33,8 +33,8 @@ box-shadow: 0 0 0 .2rem rgba($color,.25); } - ~ .invalid-feedback, - ~ .invalid-tooltip { + ~ .#{$state}-feedback, + ~ .#{$state}-tooltip { display: block; } } |
