-
Notifications
You must be signed in to change notification settings - Fork 11
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(IconButton): add borderRadius to button's overlay #1127
fix(IconButton): add borderRadius to button's overlay #1127
Conversation
Size stats
|
@@ -417,6 +417,7 @@ export const overlay = style({ | |||
width: '100%', | |||
height: '100%', | |||
backgroundColor: 'transparent', | |||
borderRadius: '50%', |
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.
I have no idea why the overlay was rounded in most cases, but not in Popover (only in iOS).
This fixes the issue
Accessibility report ℹ️ You can run this locally by executing |
@@ -569,7 +569,7 @@ export const BaseTooltip: React.FC<BaseTooltipProps> = ({ | |||
|
|||
{onClose && ( | |||
<div className={styles.closeButtonIcon}> | |||
<InternalIconButton | |||
<IconButton |
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.
Not related. We can use IconButton here, we are not using hasOverlay/isOverMedia in here
Deploy preview for mistica-web ready! ✅ Preview Built with commit c6510ce. |
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.
🫶
🎉 This PR is included in version 15.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue: Link