From: Lars Hjemli Date: Mon, 1 Oct 2007 10:09:07 +0000 (+0200) Subject: css: remove the annoying tr:hover rule for diffstat X-Git-Tag: v0.7~22 X-Git-Url: https://git.cameronkatri.com/cgit.git/commitdiff_plain/7e1af8ad92abb4efc1d2069f0fa348f273d1e693 css: remove the annoying tr:hover rule for diffstat Signed-off-by: Lars Hjemli --- diff --git a/cgit.css b/cgit.css index 54bbfcc..141bec8 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;