Remove dummy variables from urlbar_popup_full_width

This commit is contained in:
MrOtherGuy
2024-05-16 05:12:38 +03:00
parent cb601a0a29
commit 9d8c38dd9d

View File

@@ -3,15 +3,6 @@ See the above repository for updates as well as full license text. */
/* Make urlbar popup appear full size like it did before urlbar re-design */
/* Temporary dummy variables, can probably be removed when Fx92 releases */
:root{
--toolbar-field-background-color: var(--toolbar-field-non-lwt-bgcolor);
--toolbar-field-focus-background-color: var(--lwt-toolbar-field-focus,Field);
}
:root[lwtheme]{
--toolbar-field-background-color: var(--lwt-toolbar-field-background-color);
}
.urlbarView-row-inner{
/* This sets how far the dropdown-items are from window edge */
padding-inline-start: 6px !important;