From d246b9e4c36669c4b337cc2abe7d94987b413f8f Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Tue, 27 Oct 2020 12:37:44 +0000 Subject: [PATCH] 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 --- components/style/values/specified/box.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index b51634d5b3a..82a2186a0de 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -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,