From ae0ad3e8a776a2d4b0be813f8aea51b598dc4abe Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 10 Oct 2025 06:34:39 +0000 Subject: [PATCH] Overdue due date text does not turn light gray when issue is selected (#43283). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24047 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 830f1a042..1b51d614b 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -383,7 +383,7 @@ table.list td.buttons img, div.buttons img {vertical-align:middle;} table.list td.reorder {width:15%; white-space:nowrap; text-align:center; } table.list table.progress td {padding-right:0; border-top: none;} table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; } -table.list tr.overdue td.due_date { color: var(--oc-red-9); } +table.list tr.overdue:not(.context-menu-selection) td.due_date { color: var(--oc-red-9); } table.list thead.related-issues th { background-color: inherit; font-size: 11px; border: none; } #role-permissions-trackers table.list th {white-space:normal;} table.list div.wiki p {