From efa32f293c88b14351111f83fd2a23565d4622be Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Mon, 7 Oct 2024 00:04:46 +0330 Subject: [PATCH] Disable initial animation of watch star Bug: T376559 Change-Id: I6a23dbfc6cae125db5ef0e83739593795b7f467c --- resources/skins.vector.styles/components/Watchstar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.vector.styles/components/Watchstar.less b/resources/skins.vector.styles/components/Watchstar.less index 71b8f1e30..226fa9300 100644 --- a/resources/skins.vector.styles/components/Watchstar.less +++ b/resources/skins.vector.styles/components/Watchstar.less @@ -6,7 +6,7 @@ // Note: there's no watchstar for anon users so no need to worry about cached HTML when changing this class // Loading watchstar link class. .mw-watchlink { - .vector-icon { + .vector-animations-ready & .vector-icon { transition: transform 500ms; }