From 30b3b61e431c1f6cb181d43dbcedfa549d3b5cfb Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 11 Nov 2015 10:37:39 +0100 Subject: [PATCH] CSS: Remove bold font from link-button refs #5543 --- public/css/icinga/forms.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/css/icinga/forms.less b/public/css/icinga/forms.less index cce7bd869..bdb527308 100644 --- a/public/css/icinga/forms.less +++ b/public/css/icinga/forms.less @@ -116,8 +116,6 @@ label { border: none; padding: 0; - font-weight: @font-weight-bold; - &:hover { text-decoration: underline; }