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.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user