mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add -moz-user-focus
This commit is contained in:
parent
c193af8c32
commit
5e2f52df23
1 changed files with 6 additions and 0 deletions
|
@ -54,3 +54,9 @@
|
|||
// is nonstandard, slated for CSS4-UI.
|
||||
// TODO(pcwalton): SVG-only values.
|
||||
${helpers.single_keyword("pointer-events", "auto none")}
|
||||
|
||||
${helpers.single_keyword("-moz-user-focus",
|
||||
"ignore normal select-after select-before select-menu select-same select-all none",
|
||||
products="gecko",
|
||||
gecko_ffi_name="mUserFocus",
|
||||
gecko_constant_prefix="NS_STYLE_USER_FOCUS")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue