mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
style: Rename pref "layout.css.scrollbar-colors.enabled" to "layout.css.scrollbar-color.enabled".
Differential Revision: https://phabricator.services.mozilla.com/D7030
This commit is contained in:
parent
6a1078c551
commit
b1cc6b4598
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ ${helpers.predefined_type(
|
||||||
"ui::ScrollbarColor",
|
"ui::ScrollbarColor",
|
||||||
"Default::default()",
|
"Default::default()",
|
||||||
spec="https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color",
|
spec="https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color",
|
||||||
gecko_pref="layout.css.scrollbar-colors.enabled",
|
gecko_pref="layout.css.scrollbar-color.enabled",
|
||||||
animation_value_type="ScrollbarColor",
|
animation_value_type="ScrollbarColor",
|
||||||
boxed=True,
|
boxed=True,
|
||||||
ignored_when_colors_disabled=True,
|
ignored_when_colors_disabled=True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue