Skip to content

Commit

Permalink
DEV: pause spinner when it's not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Nov 26, 2024
1 parent 037dad1 commit af3c12b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/stylesheets/common/discourse-reactions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ html.discourse-reactions-no-select {
.user-list {
visibility: visible;
opacity: 0.9;
.spinner {
animation-play-state: running;
}
}
}
}
Expand All @@ -56,6 +59,10 @@ html.discourse-reactions-no-select {
min-width: 120px;
min-height: 80px;

.spinner {
animation-play-state: paused;
}

.container {
margin-top: 0.5em;
font-size: $font-down-2;
Expand Down

0 comments on commit af3c12b

Please sign in to comment.