From 39425d43d3e39ffbfe5c93c9b4d4fbe4aed949fa Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 18 Nov 2024 21:25:21 +0000 Subject: [PATCH] Removes unnecessary indentation for "Completed versions" in the Roadmap sidebar (#41780). git-svn-id: https://svn.redmine.org/redmine/trunk@23293 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index ffcdf94a6..4f971d80d 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -240,8 +240,6 @@ a.user.user-mention { #admin-menu a {line-height:1.7em;} #admin-menu a.selected:not(:has(svg)) {padding-left: 20px !important; background-position: 2px 40%;} -a.collapsible {padding-left: 12px; } - a#toggle-completed-versions {color:#999;} /***** Dropdown *****/ -- 2.39.5