From 5e1bf1a1f3d7df8192e35da36a9139e07dc1bb90 Mon Sep 17 00:00:00 2001 From: 2641a40fd44383320adde4b027a1d0b03bd550 <58827198+2641a40fd44383320adde4b027a1d0b03bd550@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:41:36 +0000 Subject: [PATCH] Fix: Rounding - New migration wizard menu popup --- css/leptonContent.css | 1 + src/contents/_rounding.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/css/leptonContent.css b/css/leptonContent.css index 5049a6e..02ccc11 100644 --- a/css/leptonContent.css +++ b/css/leptonContent.css @@ -2887,6 +2887,7 @@ @supports -moz-bool-pref("userChrome.rounding.square_menupopup") { @-moz-document url-prefix("about:"), url-prefix("chrome://") { + panel, menupopup { --panel-border-radius: 0 !important; } diff --git a/src/contents/_rounding.scss b/src/contents/_rounding.scss index 28beaed..7b59098 100644 --- a/src/contents/_rounding.scss +++ b/src/contents/_rounding.scss @@ -113,6 +113,7 @@ @include Option("userChrome.rounding.square_menupopup") { @include moz-document(url-prefix "about:", url-prefix "chrome://") { + panel, menupopup { --panel-border-radius: 0 !important; }