From 7b64c35f910de2fe5195c78e11dd0376ee199429 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 18 Feb 2022 14:49:18 +0100 Subject: [PATCH] Fixed the code style of the SCSS file --- wcfsetup/install/files/acp/style/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index e83ac560da..3b45bef1e7 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -654,6 +654,6 @@ $wcfAcpSubMenuWidth: 300px; } .hightlightOptionLabel { - animation: hightlightOptionLabel .48s ease-in-out; + animation: hightlightOptionLabel 0.48s ease-in-out; display: inline-block; } -- 2.20.1