-
Notifications
You must be signed in to change notification settings - Fork 25
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(safari): overflow render bug and browser tab focus #838
Conversation
Deploy preview for helix-ui ready! Built with commit dda82e9 |
6f4b8bc
to
4dc3285
Compare
4dc3285
to
cd57d6f
Compare
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.
@lalithkarikelli @BY00565233, let's go with this fallback pattern to support IE11. The fallback property should go just above the property with the CSS Variable.
border-bottom: 2px solid var(--hxTabset-hxTab-current-border-bottom, $teal-300); | ||
color: $gray-950; |
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.
IE11 fallback pattern.
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.
DEV LGTM
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.
DEV LGTM
cd57d6f
to
c7554f0
Compare
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.
@danielmdesigns, the focus-ring is default browser styling that the vendors added for accessibility. |
c7554f0
to
cbf4d96
Compare
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.
@danielmdesigns, removed the browser default focus-ring
per your feedback.
cbf4d96
to
e7b085c
Compare
281a53c
to
b7a28db
Compare
b7a28db
to
114a67e
Compare
* fix safari render bug * amend tabset styles * remove browser default focus-ring on tabs
114a67e
to
dda82e9
Compare
Description
Tabset
component.IE11
overflow bug.What are the relevant story cards/tickets? Any additional PRs or other references?
Jira:
Before you request a review for this PR:
yarn test
to ensure all tests passed?