From 1edd7d84ea0cda14787bf5a1adcc05ea4ae8f0b6 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Fri, 14 Apr 2023 14:42:16 -0500 Subject: [PATCH] popups: Fix places popup duplicated borders Fixes #593 --- theme/parts/popups-contents.css | 3 +-- theme/parts/popups.css | 7 +++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/theme/parts/popups-contents.css b/theme/parts/popups-contents.css index 033a3ac..cafa3c0 100644 --- a/theme/parts/popups-contents.css +++ b/theme/parts/popups-contents.css @@ -78,8 +78,7 @@ } #editBookmarkPanelBottomContent, #editBookmarkPanelRows vbox { - margin: 6px 0; - + margin: 6px 0; } /* Downloads popover */ diff --git a/theme/parts/popups.css b/theme/parts/popups.css index 70631e3..8f52f40 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -280,3 +280,10 @@ panelview > toolbarseparator:not([orient="vertical"]), #identity-popup-clear-sitedata-footer toolbarseparator:not([orient="vertical"]) { margin-top: 0 !important; } + +toolbarbutton menupopup[placespopup] menuseparator { + padding: 0 !important; +} +toolbarbutton menupopup[placespopup] menuseparator::before { + display: none !important; +}