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

@ -7,9 +7,6 @@ See the above repository for updates as well as full license text. */
* Does NOT support toolbar buttons/items in menubar when in disabled mode.
*/
/* Dummy variable to support versions 94-96, can be removed when 96 lands */
:root{ --lwt-frame: var(--lwt-accent-color) }
#toolbar-menubar{
--uc-menubaritem-height: 28px;
--uc-menubaritem-width: 40px;
@ -23,7 +20,7 @@ menubar:hover > menu,
display: block;
position: fixed;
z-index: 10;
background-color: var(--lwt-frame);
background-color: var(--lwt-accent-color);
inset-inline-start: 0;
}
menubar{ -moz-box-orient: vertical; }