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-slide-toggle): strong focus indication not visible #19048

Merged

Commits on Apr 11, 2020

  1. fix(material-experimental/mdc-slide-toggle): strong focus indication …

    …not visible
    
    In angular#18895 a `border-radius: 50%` was added to the ripple host element of the MDC-based slide toggle in order to support different densities. The problem is that the ripple element is also used to draw a rectangle in strong focus indication mode. These changes move the strong focus indication to the `.mdc-switch__thumb-underlay` and switch the base focus indication to use `::after` instead of `::before`.
    crisbeto committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    f39a74a View commit details
    Browse the repository at this point in the history