]> source.dussan.org Git - redmine.git/commitdiff
Do not show legacy icon-bookmarked-project in projects-index (#23980).
authorMarius Balteanu <marius.balteanu@zitec.com>
Wed, 11 Sep 2024 19:35:13 +0000 (19:35 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Wed, 11 Sep 2024 19:35:13 +0000 (19:35 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23052 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/stylesheets/application.css

index 6755f1f15f760c885a7e6ae90e736c4d9ba1771c..a16bdc3dca54e1e6dcb32f2e0a106283a82352f1 100644 (file)
@@ -777,7 +777,15 @@ ul.projects div.description ul li {list-style-type:initial;}
   width: 100%;
 }
 #projects-index ul.projects li.child {margin-top: 1em;}
-#projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
+#projects-index ul.projects div.root a.project {
+  font-family: "Trebuchet MS", Verdana, sans-serif;
+  font-weight: bold;
+  font-size: 16px;
+  margin: 0 0 10px 0;
+  /* @ToDo: Remove below lines when legacy icon styles are removed */
+  background-image: none;
+  padding-left: 0;
+}
 #projects-index ul.projects div.description {
   padding-top: 0.5em;
 }