Skip to content
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

select option:hover does not work reliably. #119

Closed
rokups opened this issue Sep 2, 2020 · 4 comments
Closed

select option:hover does not work reliably. #119

rokups opened this issue Sep 2, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@rokups
Copy link
Contributor

rokups commented Sep 2, 2020

I use following style:

select selectbox option:hover
{
    text-decoration: underline;
}

Very first time i interact with select everything works as expected:
image

After option is selected or dropdown is closed and reopened - underline effect no longer appears. Element functions properly otherwise.
image

@mikke89
Copy link
Owner

mikke89 commented Sep 2, 2020

Thanks! I'll have a look into this.

@mikke89 mikke89 added the bug Something isn't working label Sep 2, 2020
@mikke89
Copy link
Owner

mikke89 commented Sep 3, 2020

Let me know if this fixes it for you :)

@rokups
Copy link
Contributor Author

rokups commented Sep 3, 2020

Confirmed working. Thank you 🙏

@rokups rokups closed this as completed Sep 3, 2020
@mikke89
Copy link
Owner

mikke89 commented Sep 3, 2020

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants