Skip to content

Commit

Permalink
fix: Fix missing $ripple-target param for ripple mixin
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 398278456
  • Loading branch information
material-web-copybara authored and copybara-github committed Sep 22, 2021
1 parent e8c598d commit 1340ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-ripple/_ripple-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $_ripple-theme: (

// TODO(b/191298796): Support states layer color for every interactive states.
// Use only hover state layer color, ignoring focus and pressed color.
@include internal-theme-styles($theme);
@include internal-theme-styles($theme, $ripple-target);
}

@mixin internal-theme-styles($theme, $ripple-target: '&') {
Expand Down

0 comments on commit 1340ee9

Please sign in to comment.