Skip to content

Disabling tab loading animation #769

Answered by mbnuqw
psychoblizzard asked this question in Q&A
Discussion options

You must be logged in to vote

Yep, this is planned (in v5). I'll render a static 'hourglass' icon instead of the rotating circle for animationless config.

To disable loading animation right now, you can use this custom CSS (open sidebery settings / styles editor):
For both v5 and v4

.Tab .progress-spinner {
  animation: none !important;
  border: 2px solid green !important;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@psychoblizzard
Comment options

Answer selected by psychoblizzard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants