Unwanted font size change
authorAlexander Ebert <ebert@woltlab.com>
Fri, 17 Jul 2020 17:54:52 +0000 (19:54 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 17 Jul 2020 17:54:52 +0000 (19:54 +0200)
The font size didn't work in earlier versions due to a bug in the SCSS parser. Removing these code parts restores the intended visuals.

See #3452

wcfsetup/install/files/style/ui/comment.scss
wcfsetup/install/files/style/ui/redactor.scss

index 849697b983c3286dfd319717537ee6500cf1d474..2430602d2ca4a68ffd29edff58d7c3e2ac521257 100644 (file)
                        content: attr(data-placeholder);
                        position: relative;
                        top: 2px;
-                       
-                       @include screen-sm-up {
-                               @include wcfFontSection;
-                       }
                }
                
                > .commentListAddCommentEditorContainer {
index fe4add69c4bd1c839cadb4346c12659de614028e..a56cfd081aa672d69eff0d51640aa6227cd29561 100644 (file)
                &::after {
                        color: $wcfSidebarText;
                        content: attr(data-placeholder);
-                       
-                       @include screen-sm-up {
-                               @include wcfFontSection;
-                       }
                }
                
                > .messageBody {