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 e95c60b commit 1b81927Copy full SHA for 1b81927
web_src/js/features/comp/LabelEdit.ts
@@ -34,7 +34,7 @@ export function initCompLabelEdit(pageSelector: string) {
34
toggleElem(elExclusiveOrderField, elExclusiveInput.checked);
35
36
if (parseInt(elExclusiveOrderInput.value) <= 0) {
37
- elExclusiveOrderInput.style.color = "var(--color-placeholder-text) !important";
+ elExclusiveOrderInput.style.color = 'var(--color-placeholder-text) !important';
38
} else {
39
elExclusiveOrderInput.style.color = null;
40
}
0 commit comments