aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less/components
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-04-19 10:33:00 +0200
committerStas Vilchik <vilchiks@gmail.com>2016-04-19 10:37:39 +0200
commit051d1b30d874f83d85f30e3463058e0b436b853e (patch)
treece8e4ff5231bfe8b77b63848364793c3897dafc6 /server/sonar-web/src/main/less/components
parent8a90c1a8d9c8433080b48a82acbf821d0015853f (diff)
downloadsonarqube-051d1b30d874f83d85f30e3463058e0b436b853e.tar.gz
sonarqube-051d1b30d874f83d85f30e3463058e0b436b853e.zip
SONAR-7314 change treemap text color to black
Diffstat (limited to 'server/sonar-web/src/main/less/components')
-rw-r--r--server/sonar-web/src/main/less/components/graphics.less5
1 files changed, 0 insertions, 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; }