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/paginator): items per page form field touch target size insufficient #29109

Merged
merged 5 commits into from
Jun 17, 2024

Commits on May 23, 2024

  1. fix(material/paginator): items per page form field touch target issue

    items per page form field touch target does not have sufficient touch target
    size (48 x 48)
    
    fixes b/202731532
    DBowen33 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f98f733 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix(material/paginator): added transparent element for larger touch t…

    …arget
    
    added transparent touch target element on top of paginator select  to get touch target to 48 pixel height
    
    Fixes b/225394124
    DBowen33 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d1d85b2 View commit details
    Browse the repository at this point in the history
  2. fix(material/paginator): add new line

    add new line
    
    fixes b/225394124
    DBowen33 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c1a283b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix(material/paginator): added density tokens

    added density tokens for paginator touch target
    
    Fixes b/225394124
    DBowen33 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    717c3b6 View commit details
    Browse the repository at this point in the history
  2. fix(material/paginator): fix lint error

    fix lint error
    
    fixes #225394124
    DBowen33 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    07f55a8 View commit details
    Browse the repository at this point in the history