]> source.dussan.org Git - sonarqube.git/commitdiff
Revert "SONAR-1924 Highlight line of table when mouse comes over a line"
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 20 Nov 2012 14:57:56 +0000 (15:57 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 20 Nov 2012 14:57:56 +0000 (15:57 +0100)
This reverts commit cf40d9c4daa576f4f210108f6bf43a291c43c8f5.

sonar-server/src/main/webapp/stylesheets/style.css

index 369a734ddd7fd0df9f799da7adfc04be01264ce8..dc7d85ca0a49f89d539c3bbc6a8e81ea423f6ac6 100644 (file)
@@ -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 {