From 4895bdf9c865537092b53e454d35507608707d39 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 13 May 2025 03:08:37 +0000 Subject: [PATCH] * Remove unused code. --- module/programplan/css/create.ui.css | 1 - 1 file changed, 1 deletion(-) diff --git a/module/programplan/css/create.ui.css b/module/programplan/css/create.ui.css index 9489b4f9bc..191abd2b09 100644 --- a/module/programplan/css/create.ui.css +++ b/module/programplan/css/create.ui.css @@ -4,7 +4,6 @@ td .check-list {flex-direction:row;} th.form-batch-head[data-name=ACTIONS]{width:120px;} tr.disabled td[data-name="enabled"] .switch label{filter: unset;} .max-w-100px {max-width: 100px; overflow: hidden;} -.disabled, .disabled * {pointer-events: none; opacity: 0.8;} .disabled [data-name="enabled"] {pointer-events: all; cursor: pointer !important;} button.disabled {opacity: 0.5;} td[data-name="enabled"] {vertical-align: top !important;}