Skip to content

Commit

Permalink
Merge pull request #38 from SSWConsulting/fix-mouse-cursor
Browse files Browse the repository at this point in the history
fix mouse cursor when hovering over top level elements
  • Loading branch information
wicksipedia authored Jul 19, 2023
2 parents cf2842a + 7f4189a commit 0b080a5
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 0b080a5

Please sign in to comment.