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(filter): ensure the clear link is shown #276

Merged
merged 1 commit into from
Oct 26, 2021

Commits on Oct 22, 2021

  1. fix(filter): ensure the clear link is shown

    The parent `font-size:0` rule was cascading to the clear link, meaning it wasn't shown. By adding an
    explicit font size to it, we can ensure it is shown.
    
    BREAKING CHANGE: Clear links will now be shown on Filter components.
    
    fix #274
    gregtyler committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    0f9ef44 View commit details
    Browse the repository at this point in the history