feat(toolbar): add pointer for icon element#974
feat(toolbar): add pointer for icon element#974yeelan0319 merged 3 commits intomaterial-components:masterfrom Shyam-Chen:master
pointer for icon element#974Conversation
Codecov Report
@@ Coverage Diff @@
## master #974 +/- ##
=======================================
Coverage 99.93% 99.93%
=======================================
Files 68 68
Lines 3276 3276
Branches 403 403
=======================================
Hits 3274 3274
Misses 2 2Continue to review full report at Codecov.
|
yeelan0319
left a comment
There was a problem hiding this comment.
&__icon is separate from &__icon--menu, so we need to add this rule to both.
|
done. |
|
This seems icky to me. The icons shouldn't trigger anything. In fact they should be |
|
@Garbee Curious about your suggestion here "icon shouldn't trigger anything. It is the underlying buttons that should have the hover triggers". Does this means a button need to be nested within IMHO, this makes toolbar structure bulkier than it is but the gain here is pretty limited, since based on the guideline that all the icons within toolbar should be actionable. Correct me if I get your meaning wrong. |
|
Ah, I see now looking at the code more. The class naming changed some from what we were initially demoing for the component early on. This LGTM knowing that. |
|
Yeah, there were some other issues related to those icons so we renamed it. |
No description provided.