Skip to content

Commit

Permalink
Add -moz-user-select
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang committed May 17, 2016
1 parent ac9c411 commit ff98e44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/style/properties/longhand/ui.mako.rs
Expand Up @@ -11,3 +11,6 @@

${helpers.single_keyword("ime-mode", "normal auto active disabled inactive", products="gecko",
gecko_ffi_name="mIMEMode")}

${helpers.single_keyword("-moz-user-select", "auto text none all", products="gecko",
gecko_ffi_name="mUserSelect", gecko_constant_prefix="NS_STYLE_USER_SELECT")}

0 comments on commit ff98e44

Please sign in to comment.