Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
style: Add scrollbar-width property.
Bug: 1475033
Reviewed-by: heycam
  • Loading branch information
upsuper authored and emilio committed Aug 18, 2018
1 parent 9350fa4 commit cd4d281
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/style/properties/longhands/ui.mako.rs
Expand Up @@ -16,6 +16,17 @@ ${helpers.single_keyword("ime-mode", "auto normal active disabled inactive",
animation_value_type="discrete",
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" +
" toggle tri-state -moz-all -moz-text",
products="gecko",
Expand Down

0 comments on commit cd4d281

Please sign in to comment.