Skip to content

Commit

Permalink
fix mouse cursor when hovering over top level elements
Browse files Browse the repository at this point in the history
  • Loading branch information
wicksipedia committed Jul 19, 2023
1 parent cf2842a commit 7f4189a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/menu/desktop-menu/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class DesktopMenu extends React.Component {
role="presentation"
className={cs(
styles.ignore,
styles['cursor-pointer'],
styles['inline-block'],
'unstyled',
)}
Expand Down
3 changes: 3 additions & 0 deletions lib/components/menu/desktop-menu/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@
content: none !important;
padding-left: 0;
}
.cursor-pointer {
cursor: pointer;
}

0 comments on commit 7f4189a

Please sign in to comment.