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

fix: remove hover styles for touch devices inside the message menu #307

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

szuperaz
Copy link
Collaborator

@szuperaz szuperaz commented Sep 11, 2024

🎯 Goal

On touch devices, you don't need special styles for hover action. However, mobile OS-es still handle the :hover CSS selector, but it can be confusing to the user when they accidentally activate the :hover selector, this PR removes the :hover styles for touch devices inside the message menu.

🛠 Implementation details

Provide a description of the implementation

🎨 UI Changes

Add relevant screenshots

Make sure to test with both Angular and React (with both MessageList and VirtualizedMessageList components) SDKs

@szuperaz szuperaz merged commit 0b60637 into main Sep 11, 2024
1 check passed
@szuperaz szuperaz deleted the remove-hover-style-for-touch-devices branch September 11, 2024 12:16
github-actions bot pushed a commit that referenced this pull request Sep 11, 2024
## [4.17.5](v4.17.4...v4.17.5) (2024-09-11)

### Bug Fixes

* remove hover styles for touch devices inside the message menu ([#307](#307)) ([0b60637](0b60637))
Copy link

🎉 This PR is included in version 4.17.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants