1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 00:54:04 +02:00

Apply the invalid/valid state to the class name

This commit is contained in:
Mark Otto
2017-08-12 17:13:53 -07:00
committed by Mark Otto
parent 80cf395e4d
commit bde9c64ca9

View File

@@ -33,8 +33,8 @@
box-shadow: 0 0 0 .2rem rgba($color,.25); box-shadow: 0 0 0 .2rem rgba($color,.25);
} }
~ .invalid-feedback, ~ .#{$state}-feedback,
~ .invalid-tooltip { ~ .#{$state}-tooltip {
display: block; display: block;
} }
} }