-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix spinner direction (should be clockwise) in @keyframes spin #6324
base: release-10.10.z
Are you sure you want to change the base?
Conversation
Cloudflare Pages deployment
|
Since this is a bugfix, could you please retarget it to the |
@@ -172,12 +172,6 @@ | |||
margin-left: auto; | |||
} | |||
|
|||
@keyframes spin { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would keep this one and remove the one below - less changes and the animation is defined before use.
UPD:
Hmm, maybe another one is for SyncPlay indicators? #1945 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see all @keyframes
are defined at the end of the file.
I'll create two explicite spin animations, one for clockwise, one for counterclockwise, and use each animation in the right class.
e102539
to
d6229e0
Compare
d6229e0
to
3063901
Compare
Quality Gate passedIssues Measures |
Target changed to |
Changes
Fixing spinner direction (should be clockwise) and removing duplicate animation
@keyframes spin
Previous behaviour (spinning in wrong direction, anti-clockwise):