From f612dcd079634a3affa613cfbf68a36f6cd4449e Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 13 Apr 2022 14:27:53 +0800 Subject: [PATCH] * Fix bug 17551. --- module/program/css/browse.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/program/css/browse.css b/module/program/css/browse.css index 2eced84437..eb6c0dcc9f 100644 --- a/module/program/css/browse.css +++ b/module/program/css/browse.css @@ -6,4 +6,4 @@ tbody.sortable > tr > td.sort-handler .table-nest-toggle:before {cursor: pointer label[for^="projectIdList"]:before {top: 1px; width:14px; height:14px;} label[for^="projectIdList"]:after {width: 14px; height:14px;} -tbody .sortable > tr > td .sort-handler {color: #3c4353 !important;} +tbody.sortable > tr > td.sort-handler {color: #3c4353 !important;}