We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Button
When the button is clicked on iOS, the button is left with the hover style until it loses focus.
See as a possible solution:
The text was updated successfully, but these errors were encountered:
@tbergq Do you think that every :hover style should be wrapped in the media query like in the following example?
:hover
@media (hover: hover) { button:hover { border: 3px solid green; } }
Is there any reason why we should not do it (automatically)?
Sorry, something went wrong.
@tbergq Do you think that every :hover style should be wrapped in the media query like in the following example? @media (hover: hover) { button:hover { border: 3px solid green; } } Is there any reason why we should not do it (automatically)?
No, I can't think of any reason not to do this automatically 😊
OK, thanks! I have it on the roadmap: #996
First, I need to do some changes to the SX core though to be able to improve and fix this.
No branches or pull requests
When the button is clicked on iOS, the button is left with the hover style until it loses focus.
See as a possible solution:
The text was updated successfully, but these errors were encountered: