From 028b5f0ef0715cbbaf02a3c9541c2a78be21a14b Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 26 Sep 2025 10:56:11 +0000 Subject: [PATCH] Remove unused styles for `div.action_M`, `div.action_D`, and `div.action_A` (#43247). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24014 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/scm.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/scm.css b/app/assets/stylesheets/scm.css index 0df148f8e..36d8910b4 100644 --- a/app/assets/stylesheets/scm.css +++ b/app/assets/stylesheets/scm.css @@ -158,10 +158,6 @@ table.annotate td.line-code { border-left: 6px solid #d7d7d7; } -div.action_M { background: #fd8 } -div.action_D { background: #f88 } -div.action_A { background: #bfb } - .breadcrumbs>.separator::before, .breadcrumbs>.separator::after { content: " "; }