Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form Validation .valid-feedback and .valid-tooltip are unstyled #23527

Merged
merged 1 commit into from
Oct 3, 2017

Conversation

pat270
Copy link
Contributor

@pat270 pat270 commented Aug 17, 2017

This adds styles for .valid-feedback and .valid-tooltip. If those items aren't supposed to have styles:

 @mixin form-validation-state($state, $color) {
  ...
       ~ .#{$state}-feedback,
       ~ .#{$state}-tooltip {
         display: block;
       }
  ...
}

needs to be changed.

@mdo mdo merged commit 728f579 into twbs:v4-dev Oct 3, 2017
@mdo mdo mentioned this pull request Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants