]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7314 change treemap text color to black
authorStas Vilchik <vilchiks@gmail.com>
Tue, 19 Apr 2016 08:33:00 +0000 (10:33 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 19 Apr 2016 08:37:39 +0000 (10:37 +0200)
server/sonar-web/src/main/less/components/graphics.less

index ce0e1d18ccba1f91e0118e5cfc46be62de966f59..8d041052c27238abd9c4c745145714d29598c46f 100644 (file)
@@ -197,9 +197,6 @@ text.max-results-reached-message {
   line-height: 1.2;
   padding: 5px;
   box-sizing: border-box;
-  color: #fff;
-  font-weight: 300;
-  text-shadow: 0 0 1px black;
   text-align: left;
   overflow: hidden;
   text-overflow: ellipsis;
@@ -211,9 +208,7 @@ text.max-results-reached-message {
   z-index: @treemap-link-z-index;
   top: 5px; right: 5px;
   line-height: @iconSmallFontSize;
-  color: #fff;
   opacity: 0.5;
-  text-shadow: 0 0 1px black;
   .link-no-underline;
 
   &:hover { opacity: 1; }