Skip to content

Commit

Permalink
Fix NcButton cursor style
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Feb 6, 2023
1 parent 27d09d6 commit bceb005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/NcButton/NcButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ export default {
// Cursor pointer on element and all children
cursor: pointer;
& * {
& *,
:deep(span) {
cursor: pointer;
}
border-radius: math.div($clickable-area, 2);
Expand Down

0 comments on commit bceb005

Please sign in to comment.