-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Use default cursor in CustomSelectControl items #20217
Conversation
Pinged a11y, we should also see if this should be added to Downshift, cc @silviuavram. |
Seems like it should be a "pointer" cursor for me |
@youknowriad I went with |
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.
Let’s get it in.
I should check the latest version of the file, the same line is twice there, reverting 😅 |
Description
While reviewing woocommerce/woocommerce-blocks#1727, @mikejolley noticed the cursor changes from
default
totext
when hovering the text ofCustomSelectControl
items. This PR makes the cursor consistent so the default cursor is used in the entire item.This way we match the native
<select>
element.How has this been tested?
CustomSelectControl
in the story board.Screenshots
Types of changes
CSS enhancement.