Skip to content

Commit

Permalink
[JENKINS-72845]: Fix status icon animation display on Safari (#9123)
Browse files Browse the repository at this point in the history
* Jenkins 72845: fix status icons offset

* Update solution
  • Loading branch information
Lmh-java authored Apr 25, 2024
1 parent 7468bef commit 5d05f1e
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions war/src/main/resources/images/symbols/status-blue-anime.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions war/src/main/resources/images/symbols/status-disabled-anime.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions war/src/main/resources/images/symbols/status-nobuilt-anime.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions war/src/main/resources/images/symbols/status-red-anime.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions war/src/main/resources/images/symbols/status-yellow-anime.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion war/src/main/scss/base/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ table.progress-bar.red td.progress-bar-done {

[data-symbol-animation] {
animation: spin 1s linear infinite;
transform-origin: center;
transform-origin: 0 0;

@media (prefers-reduced-motion) {
animation-duration: 3s;
Expand Down

0 comments on commit 5d05f1e

Please sign in to comment.