From ba56ca21b4a92798ee690b32c4357cb4c5f66e26 Mon Sep 17 00:00:00 2001 From: Oliver Zander Date: Mon, 10 Nov 2025 12:17:46 +0100 Subject: [PATCH] WM-12: bring back opacity for admin --- input/static/js/project-categories.js | 1 + 1 file changed, 1 insertion(+) diff --git a/input/static/js/project-categories.js b/input/static/js/project-categories.js index 5ea6e3b..9b0f573 100644 --- a/input/static/js/project-categories.js +++ b/input/static/js/project-categories.js @@ -14,6 +14,7 @@ otherInput.prop('disabled', !checked); otherInput.prop('required', checked); otherLabel.toggleClass('required', checked); + otherLabel.css('opacity', checked ? 1 : 0.3); otherTableRow.css('visibility', checked ? 'visible' : 'collapse'); if (checked) {