mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-03 02:24:37 +00:00
fix: Dont allow essentials promo to be shown on unsynced windows, b=closes #12205, c=tabs
This commit is contained in:
@@ -22,7 +22,7 @@ zen-essentials-promo {
|
||||
outline: 1px dashed currentColor;
|
||||
}
|
||||
|
||||
:root:not([zen-sidebar-expanded="true"]) & {
|
||||
:root:is(:not([zen-sidebar-expanded="true"]), [zen-unsynced-window="true"]) & {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user