mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Refine CSS selectors for compact mode and URL bar to improve visibility handling
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
#navigator-toolbox[has-popup-menu],
|
||||
#navigator-toolbox[movingtab],
|
||||
#navigator-toolbox:has(.tabbrowser-tab:active),
|
||||
#navigator-toolbox:has(*[open='true']:not(tab):not(.zen-compact-mode-ignore)) {
|
||||
#navigator-toolbox:has(*:is([open='true'], #nav-bar:focus-within):not(tab):not(.zen-compact-mode-ignore)) {
|
||||
&:not([animate='true']) {
|
||||
transition: transform 0.25s ease;
|
||||
opacity: 1;
|
||||
|
@@ -124,7 +124,7 @@
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
#blocked-permissions-container {
|
||||
#identity-permission-box > *:not(#permissions-granted-icon) {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user