Remove opacity changes from titlebar - fixes #331
Bug 1870803 introduced a transition to window activeness visuals. But the lowered opacity breaks the z-index hackery we use to let window-controls show through nav-bar. This patch basically undoes the changes from bug 1870803
This commit is contained in:
@@ -16,7 +16,11 @@ Window controls will be all wrong without it
|
||||
|
||||
:root[tabsintitlebar]{ --uc-toolbar-height: 40px; }
|
||||
:root[tabsintitlebar][uidensity="compact"]{ --uc-toolbar-height: 32px }
|
||||
|
||||
#titlebar{
|
||||
will-change: unset !important;
|
||||
transition: none !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
#TabsToolbar{ visibility: collapse !important }
|
||||
|
||||
:root[sizemode="fullscreen"] #TabsToolbar > :is(#window-controls,.titlebar-buttonbox-container){
|
||||
|
||||
Reference in New Issue
Block a user