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:
@@ -40,4 +40,9 @@ See the above repository for updates as well as full license text. */
|
||||
#TabsToolbar > .titlebar-spacer{ display: none }
|
||||
#TabsToolbar:not([customizing]){ margin-bottom: calc(0px - var(--tab-min-height) - 2 * var(--tab-block-margin))}
|
||||
|
||||
#titlebar{ -moz-appearance: none !important; }
|
||||
#titlebar{
|
||||
-moz-appearance: none !important;
|
||||
will-change: unset !important;
|
||||
transition: none !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user