Skip to content

Commit ff1639d

Browse files
committed
Add opacity to swatch
1 parent 401be72 commit ff1639d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export class UUIColorSwatchElement extends LabelMixin(
6262
6363
:host([disabled]) {
6464
cursor: not-allowed;
65+
opacity: 0.5;
6566
}
6667
6768
#swatch {

0 commit comments

Comments
 (0)