From: Alexander Ebert Date: Fri, 5 Aug 2022 15:58:58 +0000 (+0200) Subject: Remove the dynamic scaling of the ACP menu icon X-Git-Tag: 6.0.0_Alpha_1~1024^2~35 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f43f377554084ee08aeb1e3f8c95a4ae7d79139c;p=GitHub%2FWoltLab%2FWCF.git Remove the dynamic scaling of the ACP menu icon It was always a bit of a gimmick, but introduces some noise to the page and the icons generally become blurry when scaled. --- diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index 2238e1ad3d..a2b62e4f88 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -185,15 +185,6 @@ $wcfAcpSubMenuWidth: 300px; &.active { background-color: rgb(36, 66, 95); color: rgba(255, 255, 255, 1); - - > .icon { - transform: scale(1); - } - } - - > .icon { - transform: scale(0.8); - transition: transform 0.12s linear; } }