Skip to content

Commit

Permalink
fix: workaround Safari/VoiceOver menu navigation (#3158) (#3160)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomi Virkki <[email protected]>
  • Loading branch information
vaadin-bot and tomivirkki authored Dec 7, 2021
1 parent 2e207bc commit b061388
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ registerStyles(
registerStyles(
'vaadin-context-menu-item',
css`
:host {
/* :hover needed to workaround https://github.com/vaadin/web-components/issues/3133 */
:host(:hover) {
user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
Expand Down

0 comments on commit b061388

Please sign in to comment.