remove remaining --lwt-frame variables from the codebase
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user