Fixed small style issue
authorMarcel Werk <burntime@woltlab.com>
Thu, 16 Jun 2016 10:54:18 +0000 (12:54 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 16 Jun 2016 10:54:18 +0000 (12:54 +0200)
wcfsetup/install/files/style/ui/button.scss

index d40d056c100b77b4d40bbe6e46f3cf33c743069b..587ebf9af279efb7d359df1c30f9c3f4d3db9271 100644 (file)
@@ -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 {