mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-05 21:45:13 +00:00
Refactor Zen Workspaces preferences and hide default container indicator
This commit is contained in:
Submodule src/browser/base/content/zen-components updated: b372ec2694...c9c5c94e8d
@@ -199,7 +199,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tabbrowser-tab::after {
|
||||
.tabbrowser-tab::before {
|
||||
/* Containers */
|
||||
background: var(--identity-tab-color, transparent);
|
||||
border-radius: 2px;
|
||||
@@ -213,6 +213,12 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: 'zen.workspaces.hide-default-container-indicator') {
|
||||
.tabbrowser-tab[zenDefaultUserContextId='true']::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.tabbrowser-tab {
|
||||
margin-inline-start: 0;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user