From 9753d9490710f2c0fd36062f6fb900a4add55730 Mon Sep 17 00:00:00 2001 From: Bernd Erk Date: Tue, 29 Sep 2015 18:42:23 +0200 Subject: [PATCH] CSS: removed hover on boxes --- modules/monitoring/public/css/module.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less index 744da48f0..967c71ab2 100644 --- a/modules/monitoring/public/css/module.less +++ b/modules/monitoring/public/css/module.less @@ -26,9 +26,6 @@ margin: 0.5em; } -.boxview > div:hover { - background-color: @gray-lightest; -} /* Box body of contents */ @@ -59,8 +56,6 @@ padding: 5px; } -.boxview div.box.entry a:hover { -} /* First line of a box entry */ .boxview div.box.entry a:first-child {