-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(toolbar): add pointer
for icon
element
#974
Conversation
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 2 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&__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.