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

fix(forms): input-group and validation icons #32968

Merged
merged 2 commits into from
Feb 15, 2021

Commits on Feb 2, 2021

  1. fix(forms): input-group and validation icons

    Fixes #30131
    
    Issue mentions `form-control` but it impacts `.custom-select` — but not `textarea` since it has a qualifying type selector that increases its specificty.
    
    So another way could be to set `select.custom-select` and `input.form-control`. Would there be any other tag concerned by those classes?
    ffoodd committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    44aa5af View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    41956eb View commit details
    Browse the repository at this point in the history