the repository which powers this website
css: remove the annoying tr:hover rule for diffstat
Signed-off-by: Lars Hjemli <[email protected]>
Lars Hjemli 2007-10-01
parent 0ec8791 · commit 7e1af8a
-rw-r--r--cgit.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 54bbfccb..141bec85 100644
--- a/cgit.css
+++ b/cgit.css
@@ -272,10 +272,6 @@ table.diffstat {
background-color: #eee;
}
-table.diffstat tr:hover {
- background-color: #ccc;
-}
-
table.diffstat th {
font-weight: normal;
text-align: left;