]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5521 fix zero trend icon
authorStas Vilchik <vilchiks@gmail.com>
Wed, 4 Feb 2015 14:19:27 +0000 (15:19 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 4 Feb 2015 14:21:19 +0000 (15:21 +0100)
server/sonar-web/src/main/less/icons.less

index 8661a790a44d91d57f3d46df398278aec302c72f..451c4366930a3b73744a2231b558d2baa2e6c719 100644 (file)
@@ -234,7 +234,9 @@ a[class^="icon-"], a[class*=" icon-"] {
 }
 
 .icon-trend-0:before {
-  content: "\e607";
+  // alignment trick
+  content: "\e605";
+  visibility: hidden;
 }
 .icon-trend-1:before {
   content: "\e605";