-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat(ripple): Add support for ripple target to mixins. #4880
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4880 +/- ##
=======================================
Coverage 98.9% 98.9%
=======================================
Files 119 119
Lines 5830 5830
Branches 779 779
=======================================
Hits 5766 5766
Misses 63 63
Partials 1 1 Continue to review full report at Codecov.
|
All 699 screenshot tests passed for commit 8f80edd vs. |
All 699 screenshot tests passed for commit cd9a089 vs. |
All 699 screenshot tests passed for commit 9021755 vs. |
All 699 screenshot tests passed for commit cfff73e vs. |
All 699 screenshot tests passed for commit 80aec16 vs. |
All 699 screenshot tests passed for commit 8197f79 vs. |
All 699 screenshot tests passed for commit 2c9a37a vs. |
All 699 screenshot tests passed for commit b749087 vs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
"&:not(.mdc-ripple-upgraded):focus::before, &:not(.mdc-ripple-upgraded):focus-within::before", | ||
"&:not(.mdc-ripple-upgraded):focus::before" | ||
); | ||
@if $has-nested-focusable-element { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks lot better! 🎉
Thanks for making this more readable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the great suggestion!
All 699 screenshot tests passed for commit 306f0c1 vs. |
This is to support moving the ripple target to an inner element for components with increased touch target (button, chips, etc.)