mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 22:35:39 +00:00
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
This commit is contained in:
@@ -196,6 +196,10 @@
|
||||
|
||||
gBrowser.pinTab(newTab);
|
||||
|
||||
if(newTab.getAttribute("zen-workspace-id") !== ZenWorkspaces.activeWorkspace && newTab.getAttribute("zen-essential") !== "true") {
|
||||
gBrowser.hideTab(newTab, undefined, true);
|
||||
}
|
||||
|
||||
newTab.initialize();
|
||||
}
|
||||
|
||||
|
||||
@@ -565,16 +565,23 @@
|
||||
/* tab sound icons */
|
||||
.tab-icon-overlay[soundplaying] {
|
||||
list-style-image: url('tab-audio-playing-small.svg') !important;
|
||||
background-image: none !important;
|
||||
fill: white !important;
|
||||
}
|
||||
|
||||
.tab-icon-overlay[muted] {
|
||||
list-style-image: url('tab-audio-muted-small.svg') !important;
|
||||
background-image: none !important;
|
||||
fill: white !important;
|
||||
}
|
||||
|
||||
.tab-icon-overlay[activemedia-blocked] {
|
||||
list-style-image: url('tab-audio-blocked-small.svg') !important;
|
||||
background-image: none !important;
|
||||
fill: white !important;
|
||||
}
|
||||
|
||||
|
||||
/* reload/stop animation */
|
||||
#stop-reload-button[animate]
|
||||
> #reload-button[displaystop]
|
||||
@@ -897,7 +904,7 @@ menuitem[contexttype='fullscreen'][label*='Exit'] {
|
||||
#context_pinSelectedTabs,
|
||||
#context_unpinSelectedTabs,
|
||||
.customize-context-moveToPanel,
|
||||
#context_zen-replace-pinned-url-with-current{
|
||||
#context_zen-replace-pinned-url-with-current {
|
||||
--menu-image: url('pin.svg');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user