Skip to content

Commit

Permalink
fix(toolbar): Add pointer for icon element (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen authored and yeelan0319 committed Jul 21, 2017
1 parent ffb9023 commit 830259c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mdc-toolbar/mdc-toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
&__icon {
@include mdc-shared-icon-style;
@include mdc-theme-prop(color, text-primary-on-primary);

cursor: pointer;
}

&__icon:last-child {
Expand All @@ -100,6 +102,7 @@
@include mdc-theme-prop(color, text-primary-on-primary);

padding: 16px 24px;
cursor: pointer;
}
}

Expand Down

0 comments on commit 830259c

Please sign in to comment.