Skip to content

Commit

Permalink
fix: Add pointer cursor to color picker button (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnef authored and nielslyngsoe committed Nov 20, 2024
1 parent a951b20 commit 43abf42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/uui-color-picker/lib/uui-color-picker.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,9 @@ export class UUIColorPickerElement extends LabelMixin('label', LitElement) {
display: block;
width: var(--uui-color-picker-width, 280px);
}
:host > button {
cursor: pointer;
}
uui-popover-container {
width: inherit;
}
Expand Down

0 comments on commit 43abf42

Please sign in to comment.