From 79a411163d05ef1f4c975a4063c810a138acf081 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 31 Oct 2025 01:59:01 +0000 Subject: [PATCH] Set the color for non-linked checkmark icons (#43280). git-svn-id: https://svn.redmine.org/redmine/trunk@24090 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 16fdedfb6..0cc0446e5 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1905,6 +1905,10 @@ span.icon-label { margin-left: 4px; } +span.icon-checked:has(:not(a svg.icon-svg)) svg.icon-svg { + stroke: var(--oc-green-8); +} + .sort-handle.ajax-loading { background-image: url(/loading.gif); } tr.ui-sortable-helper { border:1px solid var(--oc-gray-4); } svg.svg-loader {