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(material-experimental/mdc-button): set proper touch target #22931

Merged
merged 1 commit into from Jun 14, 2021

Commits on Jun 9, 2021

  1. fix(material-experimental/mdc-button): set proper touch target

    This is a reimplementation of angular#22846 which includes a fix for RTL layouts.
    
    Adds some styles to ensure that the MDC-based button always has a touch target of at least 48px. Note that I decided against using MDC's built-in touch target class, because it would've added a margin on the button host node.
    
    Fixes angular#22799.
    crisbeto committed Jun 9, 2021
    Copy the full SHA
    6ba6c78 View commit details
    Browse the repository at this point in the history