-
Notifications
You must be signed in to change notification settings - Fork 214
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
(fix) O3-4081: Change help menu button to use IconButton #1257
Conversation
Size Change: -361 kB (-5.23%) ✅ Total Size: 6.54 MB
ℹ️ View Unchanged
|
One issue I need to fix, the translations didn't get updated... |
} | ||
} | ||
|
||
.popover { |
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.
Why isn't the default styling acceptable?
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.
@brandones the popover doesn't get the styling inherited from the button, and since the button has an absolute position, the popover ends up in top left of the screen
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.
LGTM, thanks @NethmiRodrigo !
Requirements
feat
,fix
, orchore
, among others). See existing PR titles for inspiration.For changes to apps
If applicable
Summary
This PR changes the help menu button to use the
IconButton
from carbon. This would give the carbon inbuilt tooltip when hovering over it.Screenshots
Related Issue
https://issues.openmrs.org/browse/O3-4081
Other