From 4169fc6dc17e21a84ad4e2d2ba4e56e1652d1853 Mon Sep 17 00:00:00 2001 From: hmonroy Date: Wed, 12 Aug 2020 12:55:26 -0700 Subject: [PATCH] Remove the loading background image for loading class The star should spin its current background image when transitioning between different watch requests. Bug: T259053 Depends-On: I1e11f0e129c53b405a2ffa8 Change-Id: Id2f9b2e25761c052aeaa410edead65ec298209a2 --- resources/skins.vector.styles/TabWatchstarLink.less | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/skins.vector.styles/TabWatchstarLink.less b/resources/skins.vector.styles/TabWatchstarLink.less index 92a6e0f2..45e632f8 100644 --- a/resources/skins.vector.styles/TabWatchstarLink.less +++ b/resources/skins.vector.styles/TabWatchstarLink.less @@ -62,7 +62,6 @@ // Loading watchstar link class. #ca-unwatch.icon .loading:before, #ca-watch.icon .loading:before { - background-image: linear-gradient( transparent, transparent ), url( images/watch-icon-loading.svg ); .rotation( 700ms ); /* Suppress the hilarious rotating focus outline on Firefox */ outline: 0;