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 66204f5 commit ea67a21Copy full SHA for ea67a21
1 file changed
frontend/src/components/widgets/inputs/ColorInput.svelte
@@ -116,7 +116,7 @@
116
background-repeat: var(--color-transparent-checkered-background-repeat);
117
}
118
119
- &:not(.disabled).none > button {
+ &.none > button {
120
background: var(--color-none);
121
background-repeat: var(--color-none-repeat);
122
background-position: var(--color-none-position);
@@ -132,6 +132,7 @@
132
left: 0;
133
right: 0;
134
background: var(--color-4-dimgray);
135
+ opacity: 0.5;
136
137
138
&:not(.disabled):hover > button .text-label,
0 commit comments