From b411c6135a3531a37b7c59288c70a18e16bfae21 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 26 Oct 2015 10:57:56 +0100 Subject: [PATCH] css: do not highlight rows without link --- public/css/module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/module.less b/public/css/module.less index 04b1d2d7..2f8ddafc 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -355,7 +355,7 @@ table.simple { background-color: #f6f8fa; } - tr:hover { + tr[href]:hover { background-color: #888; td { color: white;