From a1245b1ab8f3b835f47eaee60fc7d096531363e5 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 16:46:18 +0200 Subject: [PATCH] CSS: Let i in a inherit text-decoration refs #5543 --- public/css/icinga/base.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/icinga/base.less b/public/css/icinga/base.less index 4259677163..a0987aeeac 100644 --- a/public/css/icinga/base.less +++ b/public/css/icinga/base.less @@ -19,6 +19,10 @@ a { &:hover { text-decoration: underline; } + + i { + text-decoration: inherit; + } } body {