From 5ba2e4678aba1351d780f908ca14650c4cb78c48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 20 Sep 2021 16:52:58 +0200 Subject: [PATCH] Fix SCSS code style Apparently the replacement of 100% by 1 caused the line to be sufficiently short to rewrap. --- wcfsetup/install/files/style/ui/reactions.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 { -- 2.20.1