From: Alexander Ebert Date: Mon, 17 May 2021 17:01:14 +0000 (+0200) Subject: Merge branch '5.3' X-Git-Tag: 5.4.0_Alpha_3~29 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6e3c592a6de090ff2c0ff89bcfc0bb5714b9169a;p=GitHub%2FWoltLab%2FWCF.git Merge branch '5.3' --- 6e3c592a6de090ff2c0ff89bcfc0bb5714b9169a diff --cc wcfsetup/install/files/style/ui/reactions.scss index 9be1530dfd,e09490111a..12ae8bec60 --- a/wcfsetup/install/files/style/ui/reactions.scss +++ b/wcfsetup/install/files/style/ui/reactions.scss @@@ -106,19 -106,19 +106,19 @@@ pointer-events: none; position: absolute; right: 0; - transition: opacity .12s linear; + transition: opacity 0.12s linear; } - + &::after { - background-image: linear-gradient(to bottom, transparent, $wcfContentBackground); + background-image: linear-gradient(to bottom, transparentize($wcfContentBackground, 100%), $wcfContentBackground); bottom: 0; } &.overflowBottom::after { opacity: 1; } - + &::before { - background-image: linear-gradient(to top, transparent, $wcfContentBackground); + background-image: linear-gradient(to top, transparentize($wcfContentBackground, 100%), $wcfContentBackground); top: 0; } &.overflowTop::before {