remove remaining --lwt-frame variables from the codebase

This commit is contained in:
MrOtherGuy
2022-11-19 10:22:05 +02:00
parent add8f8c1eb
commit 62f0d91975
10 changed files with 14 additions and 42 deletions

View File

@@ -10,9 +10,6 @@ Additionally on Linux, you may need to get:
linux_gtk_window_control_patch.css
*/
/* Dummy variable to support versions 94-96, can be removed when 96 lands */
:root{ --lwt-frame: var(--lwt-accent-color) }
.titlebar-buttonbox-container{
position: fixed;
display: block;
@@ -52,7 +49,7 @@ linux_gtk_window_control_patch.css
}
#TabsToolbar:hover{ z-index: 1 }
#TabsToolbar{ background-color: var(--lwt-frame); }
#TabsToolbar{ background-color: var(--lwt-accent-color); }
#TabsToolbar-customization-target{ width: 100vw; }
.tab-background{ border-top-style: none !important; }