Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
chore(dialog): Remove workaround for action theme color (#1023)
Browse files Browse the repository at this point in the history
Fixed upstream as part of v0.36.0-0
material-components/material-components-web#2776
  • Loading branch information
trimox authored Jun 4, 2018
1 parent 276d46e commit 256547f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/theme/extend/mdc-dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@
width: auto;
}
}

&__action.mdc-button:not(:disabled) {
@include mdc-theme-prop(color, secondary);
}
}

0 comments on commit 256547f

Please sign in to comment.