Fixed small tags in buttons
authorMarcel Werk <burntime@woltlab.com>
Tue, 20 Sep 2016 15:41:04 +0000 (17:41 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 20 Sep 2016 15:43:48 +0000 (17:43 +0200)
wcfsetup/install/files/style/ui/button.scss

index f06f0415bb2b4f9b26447b8440e51ada0ba10b12..7e9f0bd7b4c37ab99ef52e69f9cbc8e2f4ae43c7 100644 (file)
@@ -45,6 +45,10 @@ a.button { // a.button is required to override link formatting, such as drop-dow
                
                @include wcfFontSmall;
        }
+       
+       small {
+               color: inherit;
+       }
 }
 
 button.buttonPrimary,