From: Alexander Ebert Date: Fri, 17 Jul 2020 17:54:52 +0000 (+0200) Subject: Unwanted font size change X-Git-Tag: 5.3.0_Alpha_1~131 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=50bd6e76a2fdf468d8174b9bbac4e5724c68648b;p=GitHub%2FWoltLab%2FWCF.git Unwanted font size change 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 --- diff --git a/wcfsetup/install/files/style/ui/comment.scss b/wcfsetup/install/files/style/ui/comment.scss index 849697b983..2430602d2c 100644 --- a/wcfsetup/install/files/style/ui/comment.scss +++ b/wcfsetup/install/files/style/ui/comment.scss @@ -127,10 +127,6 @@ content: attr(data-placeholder); position: relative; top: 2px; - - @include screen-sm-up { - @include wcfFontSection; - } } > .commentListAddCommentEditorContainer { diff --git a/wcfsetup/install/files/style/ui/redactor.scss b/wcfsetup/install/files/style/ui/redactor.scss index fe4add69c4..a56cfd081a 100644 --- a/wcfsetup/install/files/style/ui/redactor.scss +++ b/wcfsetup/install/files/style/ui/redactor.scss @@ -520,10 +520,6 @@ &::after { color: $wcfSidebarText; content: attr(data-placeholder); - - @include screen-sm-up { - @include wcfFontSection; - } } > .messageBody {