From: Marcel Werk Date: Thu, 16 Jun 2016 10:54:18 +0000 (+0200) Subject: Fixed small style issue X-Git-Tag: 3.0.0_Beta_1~1427 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7540e2d52dc9b91696be3e7016ba7c3605956570;p=GitHub%2FWoltLab%2FWCF.git Fixed small style issue --- diff --git a/wcfsetup/install/files/style/ui/button.scss b/wcfsetup/install/files/style/ui/button.scss index d40d056c10..587ebf9af2 100644 --- a/wcfsetup/install/files/style/ui/button.scss +++ b/wcfsetup/install/files/style/ui/button.scss @@ -12,6 +12,7 @@ a.button { // a.button is required to override link formatting, such as drop-dow display: inline-block; outline: none; padding: 6px 12px; + text-decoration: none; // input elements do not inherit font family, size and line-height from body font-family: $wcfFontFamily; @@ -29,6 +30,7 @@ a.button { // a.button is required to override link formatting, such as drop-dow &:hover { background-color: $wcfButtonBackgroundActive; color: $wcfButtonTextActive; + text-decoration: none; } &.small {