Remove the dynamic scaling of the ACP menu icon
authorAlexander Ebert <ebert@woltlab.com>
Fri, 5 Aug 2022 15:58:58 +0000 (17:58 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 12 Aug 2022 19:25:55 +0000 (21:25 +0200)
It was always a bit of a gimmick, but introduces some noise to the page and the icons generally become blurry when scaled.

wcfsetup/install/files/acp/style/layout.scss

index 2238e1ad3db6f80db08b19febf9dac5e2fa9f813..a2b62e4f88beba7e7cb20adb5a0a3448440a1900 100644 (file)
@@ -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;
                        }
                }