code cleanup: remove uses of [tabsintitlebar]

This commit is contained in:
MrOtherGuy
2025-11-02 06:10:20 +02:00
parent b3c2d27f24
commit 3e6975e347
8 changed files with 14 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ See the above repository for updates as well as full license text. */
content: "";
pointer-events: auto;
}
:root:is([tabsintitlebar],[customtitlebar]):not([customizing]) .urlbar-input-container::before{
:root[customtitlebar]:not([customizing]) .urlbar-input-container::before{
left: var(--uc-window-drag-space-width);
width: calc(100vw - var(--uc-window-control-width) - var(--uc-buttons-width) - 2 * var(--uc-window-drag-space-width));
}
@@ -61,7 +61,7 @@ See the above repository for updates as well as full license text. */
z-index: 1;
pointer-events: none
}
:root:is([tabsintitlebar],[customtitlebar]) .browser-titlebar,
:root[customtitlebar] .browser-titlebar,
#titlebar{
opacity: 1 !important;
will-change: unset !important;