Skip to content

Commit

Permalink
[OP#161] Use correct cursor for color input (#233)
Browse files Browse the repository at this point in the history
This PR fixes the color import to show the correct cursor.
  • Loading branch information
Jeremy-Walton authored Dec 14, 2024
1 parent 06b6477 commit 457b174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@

&[type='color'] {
padding: var(--op-space-2x-small);
cursor: pointer;

&::-webkit-color-swatch-wrapper {
padding: 0;
Expand Down

0 comments on commit 457b174

Please sign in to comment.