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

Commit 830259c

Browse files
Shyam-Chenyeelan0319
authored andcommitted
fix(toolbar): Add pointer for icon element (#974)
1 parent ffb9023 commit 830259c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/mdc-toolbar/mdc-toolbar.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
&__icon {
9090
@include mdc-shared-icon-style;
9191
@include mdc-theme-prop(color, text-primary-on-primary);
92+
93+
cursor: pointer;
9294
}
9395

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

102104
padding: 16px 24px;
105+
cursor: pointer;
103106
}
104107
}
105108

0 commit comments

Comments
 (0)