From 27dd98d7edb604c14971a279a63301bd6617c47e Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 31 Oct 2025 02:06:46 +0000 Subject: [PATCH] Merged r24090 from trunk to 6.1-stable (#43280). git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24091 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 e943e25fd..9f953b93d 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -2053,6 +2053,10 @@ span.icon-label { margin-left: 4px; } +span.icon-checked:has(:not(a svg.icon-svg)) svg.icon-svg { + stroke: #2f9e44; /* oc-green-8 */ +} + /***** Legacy icons *****/ .icon:not(:has(svg)) { background-position: 0% 50%;