From d31983bf4fcb74d1dc6be4f3424b02086c5bb48f Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 23:59:12 +0200 Subject: [PATCH] CSS: Let i don't inherit text-decoration on a:hover refs #5543 --- public/css/icinga/base.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 3245efd687..5c61d29810 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -19,10 +19,6 @@ a { &:hover { text-decoration: underline; } - - i { - text-decoration: inherit; - } } blockquote {