Skip to content

Commit 43abf42

Browse files
bjarnefnielslyngsoe
authored andcommitted
fix: Add pointer cursor to color picker button (#936)
1 parent a951b20 commit 43abf42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/uui-color-picker/lib/uui-color-picker.element.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,9 @@ export class UUIColorPickerElement extends LabelMixin('label', LitElement) {
589589
display: block;
590590
width: var(--uui-color-picker-width, 280px);
591591
}
592+
:host > button {
593+
cursor: pointer;
594+
}
592595
uui-popover-container {
593596
width: inherit;
594597
}

0 commit comments

Comments
 (0)