-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[No QA] DRY up menu item styles #2232
Conversation
Yeah, so we could reuse the
I personally think that the non-compact version takes up too much real estate on the screen and doesn't look as good. What do you think? The "Same as other popovers" version would simplify and DRY up the code some more too (and give us parity one the |
I think the "same as other popovers" version looks great. It is such a small difference that I don't think it's worth having to maintain two different styles for compact versus normal. |
Okay, I thought it looked just a bit too intense but if you think it looks good I'll make that change! |
Gonna unassign myself from this one so I can focus on some other stuff and not sure it needs an extra review from me :) |
Cool, going to then |
Details
Cleaning up and DRYing some reusable styles between the
ReportActionContextMenu
and other menu components.Fixed Issues
No issue, just cleanup.
Tests
Test all the popover / create menus we have for regressions (and buttons should have different styles when hovered or pressed):
ReportActionContextMenu
QA Steps
QA will be covered by regular regression testing.
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android