From: Tim Düsterhus Date: Mon, 20 Sep 2021 14:52:58 +0000 (+0200) Subject: Fix SCSS code style X-Git-Tag: 5.4.8_dev_1~17 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5ba2e4678aba1351d780f908ca14650c4cb78c48;p=GitHub%2FWoltLab%2FWCF.git Fix SCSS code style Apparently the replacement of 100% by 1 caused the line to be sufficiently short to rewrap. --- diff --git a/wcfsetup/install/files/style/ui/reactions.scss b/wcfsetup/install/files/style/ui/reactions.scss index b7ec3ff740..21f22bff1a 100644 --- a/wcfsetup/install/files/style/ui/reactions.scss +++ b/wcfsetup/install/files/style/ui/reactions.scss @@ -122,11 +122,7 @@ } &::before { - background-image: linear-gradient( - to top, - transparentize($wcfContentBackground, 1), - $wcfContentBackground - ); + background-image: linear-gradient(to top, transparentize($wcfContentBackground, 1), $wcfContentBackground); top: 0; } &.overflowTop::before {