chore: Bump version and add pref for hiding the throbber, b=no-bug, c=tabs

This commit is contained in:
Mr. M
2025-08-09 10:43:09 +02:00
parent 303af80dd7
commit 91cedcfc1a
3 changed files with 11 additions and 7 deletions

View File

@@ -1502,10 +1502,11 @@
opacity: 0.7;
}
.tab-throbber {
display: none !important; /* Hide throbber always */
}
.tab-icon-image {
display: flex !important;
@media (-moz-pref('zen.theme.hide-tab-throbber')) {
.tab-throbber {
display: none !important;
}
.tab-icon-image {
display: flex !important;
}
}