Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
feat(ripple): Implement improved graceful degradation for ripple
Browse files Browse the repository at this point in the history
Resolves #189
  • Loading branch information
[email protected] committed Feb 9, 2017
1 parent 64b9db3 commit 7a4df35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/mdc-ripple/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
&:focus:hover#{$pseudo} {
opacity: .6;
}

&.mdc-ripple-upgraded--background-active#{$pseudo} {
opacity: .99999;
}
}

&.mdc-ripple-upgraded--background-active#{$pseudo} {
Expand Down

0 comments on commit 7a4df35

Please sign in to comment.