cgit

commit 7e1af8ad92abb4efc1d2069f0fa348f273d1e693

Author: Lars Hjemli <hjemli@gmail.com>

css: remove the annoying tr:hover rule for diffstat

Signed-off-by: Lars Hjemli <hjemli@gmail.com>

 cgit.css | 4 ----


diff --git a/cgit.css b/cgit.css
index 54bbfccb421faf0c35f6eb4749ccef40f9e88d06..141bec850420e076b9047790a6df863de2746635 100644
--- a/cgit.css
+++ b/cgit.css
@@ -272,10 +272,6 @@ 	border: solid 1px #aaa;
 	background-color: #eee;
 }
 
-table.diffstat tr:hover {
-	background-color: #ccc;
-}
-
 table.diffstat th {
 	font-weight: normal;
 	text-align: left;