Commit bde9c64c authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

Apply the invalid/valid state to the class name

parent 80cf395e
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 2 additions and 2 deletions
+2 -2
...@@ -33,8 +33,8 @@ ...@@ -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;
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment