Skip to content

Commit

Permalink
fix(core/group-context-menu): set default cursor (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-ellington authored May 7, 2024
1 parent fd42110 commit 5eea8d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-sloths-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siemens/ix": patch
---

fix(core/group-context-menu): set default cursor
4 changes: 4 additions & 0 deletions packages/core/src/components/group/group-context-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
.hide {
visibility: collapse;
}

::slotted(ix-dropdown) {
cursor: default;
}
}

0 comments on commit 5eea8d1

Please sign in to comment.