]> 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:36 +0000 (15:57 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 20 Nov 2012 14:57:36 +0000 (15:57 +0100)
This reverts commit 571825f60e9dde56e265cd38fe596ddbd7defad5.

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

index 06d16c79df4b0e866592718079a0f81bc3942e8a..4f0359c0f52608558e6e8875f3f6c436f58ab4f3 100644 (file)
@@ -441,15 +441,11 @@ table.data th img, table.data td img {
   background-color: #CAE3F2 !important;
 }
 
-.hoverable:hover, table.data tbody tr.selected:hover {
-  background-color: #4B9FD5 !important;
-}
-
-table.nohighlight tbody tr:hover {
+table.nohighlight .odd:hover {
   background-color: #fff !important;
 }
 
-table.nohighlight tbody .even:hover {
+table.nohighlight .even:hover {
   background-color: #EFEFEF !important;
 }