From 7c26fb82b172c93012da8cf645ec1f1ad5f4bccf Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Tue, 16 May 2023 23:00:33 +0200 Subject: [PATCH] style: add an appearance type that forces a dropshadow on menus on Windows, and uses SetWindowRgn to clip the popup to the border radius Differential Revision: https://phabricator.services.mozilla.com/D109833 --- components/style/properties/longhands/ui.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/ui.mako.rs b/components/style/properties/longhands/ui.mako.rs index 1dfdfcc1a73..400eaedf577 100644 --- a/components/style/properties/longhands/ui.mako.rs +++ b/components/style/properties/longhands/ui.mako.rs @@ -53,7 +53,7 @@ ${helpers.single_keyword( ${helpers.single_keyword( "-moz-window-shadow", - "default none menu tooltip sheet", + "default none menu tooltip sheet cliprounded", engines="gecko", gecko_ffi_name="mWindowShadow", gecko_enum_prefix="StyleWindowShadow",