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

[Bug]: Resolve sticky hover state on components #153

Open
2 tasks done
chromaticWaster opened this issue Jun 22, 2023 · 0 comments
Open
2 tasks done

[Bug]: Resolve sticky hover state on components #153

chromaticWaster opened this issue Jun 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@chromaticWaster
Copy link
Contributor

chromaticWaster commented Jun 22, 2023

Components Version

0.7.0

Which package type are you using?

Unbundled

What type of bug is this?

Rendering Error

Test Case/Reproduction

No response

Description

Issue picked up on the Button component while being tested on a mobile device.

This fix needs to be applied on all components that implement a hover state.

See the example below for a suggested solution

@media (hover: hover) {
.layout:hover > .border {
border-color: same as the original implementation
}
}

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I have searched for existing issues and to the best of my knowledge this is not a duplicate
@chromaticWaster chromaticWaster added the bug Something isn't working label Jun 22, 2023
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

1 participant