From badfc6885949e9cfedc02db715353df3d21acea2 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 29 Sep 2022 17:42:36 +0800 Subject: [PATCH] * Fix bug #28165. --- module/execution/css/kanban.css | 1 + module/execution/css/taskkanban.css | 1 + 2 files changed, 2 insertions(+) diff --git a/module/execution/css/kanban.css b/module/execution/css/kanban.css index e167b91aba..31b965666b 100644 --- a/module/execution/css/kanban.css +++ b/module/execution/css/kanban.css @@ -121,3 +121,4 @@ #kanban .kanban-affixed .kanban-header-col .title.action-dbc {pointer-events: none;} #kanban .kanban-affixed .kanban-header-col .title.action-dbc .storyColumn .text {color: #fff;} #kanban .kanban-affixed .kanban-header-col .title.action-dbc .storyColumn .caret {display: none;} +.kanban-card a[disabled] {color: #313c52;} diff --git a/module/execution/css/taskkanban.css b/module/execution/css/taskkanban.css index c9adfef160..6d02e68754 100644 --- a/module/execution/css/taskkanban.css +++ b/module/execution/css/taskkanban.css @@ -73,3 +73,4 @@ #kanbans .kanban-affixed .kanban-header-col .title.action-dbc {pointer-events: none;} #kanbans .kanban-affixed .kanban-header-col .title.action-dbc .storyColumn .text {color: #fff;} #kanbans .kanban-affixed .kanban-header-col .title.action-dbc .storyColumn .caret {display: none;} +.kanban-card a[disabled] {color: #313c52;}