-
Notifications
You must be signed in to change notification settings - Fork 15
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
ENH Improve hover active and focus state styling #191
ENH Improve hover active and focus state styling #191
Conversation
dc7bc6c
to
9be6397
Compare
02cedb0
to
e744de6
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.
@emteknetnz, there are still some issues with "span like button":
f60611b
to
d39d10b
Compare
tabIndex="0" | ||
className="link-picker__delete btn btn-link" | ||
onKeyDown={(evt) => { | ||
preventDefaultPropogation(evt); |
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.
@emteknetnz , could you, please, update this method. Since we have a small issue with moving further.
Probably we should replace it with stopPropagation
and add evt.preventDefault()
after onDelete(id)
Before (Cannot select Button below)
Screen.Recording.2024-01-29.at.4.14.17.PM.mov
After:
Screen.Recording.2024-01-29.at.4.16.10.PM.mov
d39d10b
to
836d665
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.
LGTM. Tested locally, it works as expected.
Issue #168
Has been demoed to and approved by design team