style: Add scrollbar-width property.

Bug: 1475033
Reviewed-by: heycam
This commit is contained in:
Xidorn Quan 2018-08-01 14:13:41 +10:00 committed by Emilio Cobos Álvarez
parent 9350fa4c55
commit cd4d281984
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -16,6 +16,17 @@ ${helpers.single_keyword("ime-mode", "auto normal active disabled inactive",
animation_value_type="discrete", animation_value_type="discrete",
spec="https://drafts.csswg.org/css-ui/#input-method-editor")} spec="https://drafts.csswg.org/css-ui/#input-method-editor")}
${helpers.single_keyword(
"scrollbar-width",
"auto thin none",
products="gecko",
gecko_enum_prefix="StyleScrollbarWidth",
animation_value_type="discrete",
gecko_pref="layout.css.scrollbar-width.enabled",
enabled_in="chrome",
spec="https://drafts.csswg.org/css-scrollbars-1/#scrollbar-width"
)}
${helpers.single_keyword("-moz-user-select", "auto text none all element elements" + ${helpers.single_keyword("-moz-user-select", "auto text none all element elements" +
" toggle tri-state -moz-all -moz-text", " toggle tri-state -moz-all -moz-text",
products="gecko", products="gecko",