mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-13 20:30:30 +00:00
chore: Bump version and add pref for hiding the throbber, b=no-bug, c=tabs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user