From 051d1b30d874f83d85f30e3463058e0b436b853e Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 19 Apr 2016 10:33:00 +0200 Subject: [PATCH] SONAR-7314 change treemap text color to black --- server/sonar-web/src/main/less/components/graphics.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/server/sonar-web/src/main/less/components/graphics.less b/server/sonar-web/src/main/less/components/graphics.less index ce0e1d18ccb..8d041052c27 100644 --- a/server/sonar-web/src/main/less/components/graphics.less +++ b/server/sonar-web/src/main/less/components/graphics.less @@ -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; } -- 2.39.5