From 7daa9b45e31fb1821a62546b9d513613d01aa1e9 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 15 Aug 2023 21:01:00 +0300 Subject: [PATCH] status_inside_urlbar: let urlbar menupopup show again Previously we hid it on purpose because it caused pretty major layout issues when urlbar's grid layout interacted with xul layout. But now with flexbox it should work just fine. --- chrome/status_inside_urlbar.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/chrome/status_inside_urlbar.css b/chrome/status_inside_urlbar.css index 1f44d96..570c556 100644 --- a/chrome/status_inside_urlbar.css +++ b/chrome/status_inside_urlbar.css @@ -36,9 +36,6 @@ As a workaround, the -moz-element background image is removed somewhat often whi grid-area: 1 / 1; } -/* So here's the thing. This essentially disables the right click context-menu on urlbar textbox in Firefox 72. This is unfortunate but necessary due to grid layout - try disabling the rule and see what happens */ -.urlbar-input-box > menupopup{ display: none !important } - /* Using -moz-element() causes some problems after Firefox has been running several hours such as long tab switch times. For this reason the background image is removed on hover and focused states which appears to clear the state. */ /* Hide the status ovelay when urlbar is hovered */