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

Commit

Permalink
WIP update from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrodee committed Aug 9, 2019
1 parent 5f68a46 commit d496261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mdc-radio/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ $mdc-radio-ripple-target: ".mdc-radio__ripple";
.mdc-radio {
@include mdc-ripple-surface($query: $query, $ripple-target: $mdc-radio-ripple-target);
@include mdc-ripple-radius-unbounded($query: $query, $ripple-target: $mdc-radio-ripple-target);
@include mdc-states($color: $mdc-radio-baseline-theme-color, $query: $query, $ripple-target: $mdc-radio-ripple-target);
@include mdc-states(
$color: $mdc-radio-baseline-theme-color, $query: $query, $ripple-target: $mdc-radio-ripple-target);

&.mdc-ripple-upgraded--background-focused {
.mdc-radio__background::before {
Expand Down

0 comments on commit d496261

Please sign in to comment.