Remove dummy variables from urlbar_popup_full_width
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user