]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5570 Improve the hover effect of treemap blocks
authorStas Vilchik <vilchiks@gmail.com>
Tue, 7 Oct 2014 15:41:08 +0000 (17:41 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 7 Oct 2014 15:41:08 +0000 (17:41 +0200)
server/sonar-web/src/main/less/style.less

index 003a0b1b2e8ca92bea358ca78776abbd31f25f52..91330e93c46a0e687d53d3ae280e3d8e501b4292 100644 (file)
@@ -2827,8 +2827,8 @@ div.rule-title {
   cursor: pointer;
   .trans;
 
-  &:hover {
-    .scale(0.95);
+  &:hover .treemap-inner {
+    text-decoration: underline;
   }
 }