Skip to content

Commit 6381c69

Browse files
committed
Adjust styling
1 parent 586c3d5 commit 6381c69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ export class UUIInputColorElement extends UUIInputElement {
9797
padding: var(--uui-size-1);
9898
}
9999
100+
uui-color-swatch:not([disabled]),
101+
uui-color-swatch:not([readonly]) {
102+
cursor: pointer;
103+
}
104+
100105
uui-color-swatch:focus-within {
101106
outline: 2px solid var(--uui-color-selected);
102107
outline-offset: 0;

0 commit comments

Comments
 (0)