mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
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:
parent
a03a19f7af
commit
4169fc6dc1
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue