Skip to content

Commit

Permalink
chore(demos): Remove hard-coded toolbar ink color (#1968)
Browse files Browse the repository at this point in the history
This is no longer needed because toolbar automatically sets an accessible ink color by default
  • Loading branch information
acdvorak committed Jan 19, 2018
1 parent 4f89819 commit ab72daf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions demos/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ fieldset {
border: 0;
}

.mdc-toolbar__icon,
.mdc-toolbar__menu-icon {
@include mdc-toolbar-icon-ink-color(#f0f0f0);
}

.mdc-button {
@include mdc-theme-dark {
@include mdc-button-ink-color($dark-button-color);
Expand Down

0 comments on commit ab72daf

Please sign in to comment.