Skip to content

Commit 89952a9

Browse files
fade out disabled color pickers
1 parent 7b25f99 commit 89952a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/color-palette-control/editor.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
.stk-control__reset-button {
4040
margin-top: 6px;
4141
}
42+
43+
&:has(.components-button[aria-disabled="true"]) {
44+
opacity: 0.4;
45+
}
4246
}
4347

4448
// Popover container.

0 commit comments

Comments
 (0)