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
cristobalchao@google.com committed Feb 10, 2017
1 parent 2e42ccc commit dfde1bc
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 dfde1bc

Please sign in to comment.