From bd6a947a986bc55f9cdea9bd78f87cbb6f446441 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 20 Nov 2012 15:57:56 +0100 Subject: [PATCH] Revert "SONAR-1924 Highlight line of table when mouse comes over a line" This reverts commit cf40d9c4daa576f4f210108f6bf43a291c43c8f5. --- sonar-server/src/main/webapp/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.5