]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5718 Fix fading issues in FF
authorStas Vilchik <vilchiks@gmail.com>
Tue, 4 Nov 2014 11:10:12 +0000 (12:10 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 4 Nov 2014 14:02:44 +0000 (15:02 +0100)
server/sonar-web/src/main/less/issues.less

index d227c4e89f66b2e2e85195b1735d1a54f25ca405..53e5a8078f7f5d3ea301ed11a7bc5d0a7fb1d380 100644 (file)
       position: absolute;
       top: 0; bottom: 0; right: 100%;
       width: 10px;
-      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), @barBackgroundColor 75%);
+      background-image: linear-gradient(to right, fade(@barBackgroundColor, 0%), @barBackgroundColor 75%);
     }
   }
 
   &.active .facet-stat:before {
-    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), @lightBlue 75%);
+    background-image: linear-gradient(to right, fade(@lightBlue, 0%), @lightBlue 75%);
   }
 }
 
     position: absolute;
     top: 0; bottom: 0; right: 100%;
     width: 10px;
-    background-image: linear-gradient(to right, rgba(243, 243, 243, 0), @barBackgroundColor 75%);
+    background-image: linear-gradient(to right, fade(@barBackgroundColor, 0%), @barBackgroundColor 75%);
   }
 }