style: Remove "scrollbar-small" -moz-default-appearance value and replace its single use with scrollbar-width: thin.

Differential Revision: https://phabricator.services.mozilla.com/D94673
This commit is contained in:
Markus Stange 2020-10-27 12:37:44 +00:00 committed by Emilio Cobos Álvarez
parent 5b42605b79
commit d246b9e4c3

View file

@ -1643,9 +1643,6 @@ pub enum Appearance {
/// A scrollbar.
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
Scrollbar,
/// A small scrollbar.
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
ScrollbarSmall,
/// The scrollbar slider
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
ScrollbarHorizontal,