From 9a3551b53462dcc54d4c522daa1f54efbe7d7d21 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 24 Sep 2015 10:25:38 +0200 Subject: [PATCH] CSS: Don't add :hover and .active styles for every table Should be only on action-table. refs #5543 --- public/css/icinga/base.less | 8 -------- 1 file changed, 8 deletions(-) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 5c8439638..b506daa4f 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -53,11 +53,3 @@ p { // Remove default margin margin: 0; } - -tr.active { - background-color: @gray-lighter; -} - -tr:hover { - background-color: @gray-lightest; -}