From: Simon Brandhof Date: Tue, 20 Nov 2012 14:57:56 +0000 (+0100) Subject: Revert "SONAR-1924 Highlight line of table when mouse comes over a line" X-Git-Tag: 3.4~317 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bd6a947a986bc55f9cdea9bd78f87cbb6f446441;p=sonarqube.git Revert "SONAR-1924 Highlight line of table when mouse comes over a line" This reverts commit cf40d9c4daa576f4f210108f6bf43a291c43c8f5. --- diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 369a734ddd7..dc7d85ca0a4 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -436,8 +436,8 @@ table.data th img, table.data td img { vertical-align: baseline; } -.hoverable:hover, table.data tbody tr:hover { - background-color: #CAE3F2 !important; +.hoverable:hover { + background-color: #CAE3F2; } .hoverable:hover a {