mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
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
This commit is contained in:
parent
8a16ba74ec
commit
7c26fb82b1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ${helpers.single_keyword(
|
||||||
|
|
||||||
${helpers.single_keyword(
|
${helpers.single_keyword(
|
||||||
"-moz-window-shadow",
|
"-moz-window-shadow",
|
||||||
"default none menu tooltip sheet",
|
"default none menu tooltip sheet cliprounded",
|
||||||
engines="gecko",
|
engines="gecko",
|
||||||
gecko_ffi_name="mWindowShadow",
|
gecko_ffi_name="mWindowShadow",
|
||||||
gecko_enum_prefix="StyleWindowShadow",
|
gecko_enum_prefix="StyleWindowShadow",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue