]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6082 Improve the coverage markers
authorStas Vilchik <vilchiks@gmail.com>
Wed, 4 Feb 2015 09:12:29 +0000 (10:12 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 4 Feb 2015 09:12:37 +0000 (10:12 +0100)
server/sonar-web/src/main/less/components/source.less

index 46033159c2010accc4a6207bf577d7500a91b435..314641d739a2d4e56b8ebb4e40ef2e08d9494c1c 100644 (file)
 }
 
 .source-line-partially-covered {
-  background-color: @orange;
-  background-image: linear-gradient(0deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent) !important;
+  background-color: @orange !important;
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, .5) 20%, transparent 20%, transparent 40%, rgba(255, 255, 255, .5) 40%, rgba(255, 255, 255, .5) 60%, transparent 60%, transparent 80%, rgba(255, 255, 255, .5) 80%, rgba(255, 255, 255, .5)) !important;
   cursor: pointer;
 }