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
This commit is contained in:
hmonroy 2020-08-12 12:55:26 -07:00
parent a03a19f7af
commit 4169fc6dc1
1 changed files with 0 additions and 1 deletions

View File

@ -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;