We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586c3d5 commit 6381c69Copy full SHA for 6381c69
packages/uui-input-color/lib/uui-input-color.element.ts
@@ -97,6 +97,11 @@ export class UUIInputColorElement extends UUIInputElement {
97
padding: var(--uui-size-1);
98
}
99
100
+ uui-color-swatch:not([disabled]),
101
+ uui-color-swatch:not([readonly]) {
102
+ cursor: pointer;
103
+ }
104
+
105
uui-color-swatch:focus-within {
106
outline: 2px solid var(--uui-color-selected);
107
outline-offset: 0;
0 commit comments