Skip to content

Commit

Permalink
fix(core): apply correct cursor
Browse files Browse the repository at this point in the history
set the cursor on trigger's dropdown to pointer

fixes: #37
  • Loading branch information
Sukaato committed Sep 24, 2024
1 parent 8b13a67 commit 8f410ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/components/dropdown/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
display: inline-block;
grid-row-start: 1;
grid-column-start: 1;

cursor: pointer;
}

&-content {
Expand Down

0 comments on commit 8f410ac

Please sign in to comment.