vertical_tabs: Remove opacity changes from titlebar

This makes window controls show up on Linux and fixes them disappearing
from non-focused window on Windows
This commit is contained in:
MrOtherGuy
2024-02-14 06:17:26 +02:00
parent 012b3aeb55
commit 8c7efbcdd4

View File

@@ -104,4 +104,9 @@ scrollbox[orient="horizontal"]{
#scrollbutton-up,
#scrollbutton-down{
display: var(--uc-scrollbutton-display,initial);
}
}
#titlebar{
will-change: none !important;
transition: none !important;
opacity: 1 !important;
}