From 4a3ec8ae3d08e8ad5f50728dc961cc68831442ec Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 23 Nov 2019 17:19:37 +0200 Subject: [PATCH] Compatibility selector for Firefox 72 --- content/addon_manage_buttons_without_popup.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/addon_manage_buttons_without_popup.css b/content/addon_manage_buttons_without_popup.css index b18c1f9..19dd725 100644 --- a/content/addon_manage_buttons_without_popup.css +++ b/content/addon_manage_buttons_without_popup.css @@ -25,7 +25,8 @@ button[role="menuitem"]{ padding-inline-start: 30px !important; background-position-x: 8px !important; } .arrow, - .more-options-menu>.more-options-button, + .more-options-menu > .more-options-button, + .addon-name-container > .more-options-button, panel-item[action="expand"]{ display: none !important } div.list{ display: inherit !important; flex-direction: row !important; }