mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-04 04:22:45 +00:00
chore: Bump version and add pref for hiding the throbber, b=no-bug, c=tabs
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
- name: zen.theme.use-sysyem-colors
|
||||
value: false
|
||||
|
||||
- name: zen.theme.hide-tab-throbber
|
||||
value: true
|
||||
|
||||
# ==== Mark: border radius ====
|
||||
|
||||
# macOS border radius
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"brandShortName": "Zen",
|
||||
"brandFullName": "Zen Browser",
|
||||
"release": {
|
||||
"displayVersion": "1.14.10b",
|
||||
"displayVersion": "1.14.11b",
|
||||
"github": {
|
||||
"repo": "zen-browser/desktop"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user