Skip to content

Commit

Permalink
fix(ripple): Fix selected opacity levels (#2294)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro authored Feb 22, 2018
1 parent d0a475a commit 06e39b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-ripple/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ $mdc-ripple-dark-ink-opacities: (
hover: .04,
focus: .12,
press: .16,
selected: .04,
selected: .08,
activated: .12
) !default;

$mdc-ripple-light-ink-opacities: (
hover: .08,
focus: .24,
press: .32,
selected: .08,
selected: .16,
activated: .24
) !default;

Expand Down

0 comments on commit 06e39b1

Please sign in to comment.