mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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:
parent
5b42605b79
commit
d246b9e4c3
1 changed files with 0 additions and 3 deletions
|
@ -1643,9 +1643,6 @@ pub enum Appearance {
|
||||||
/// A scrollbar.
|
/// A scrollbar.
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
Scrollbar,
|
Scrollbar,
|
||||||
/// A small scrollbar.
|
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
|
||||||
ScrollbarSmall,
|
|
||||||
/// The scrollbar slider
|
/// The scrollbar slider
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
ScrollbarHorizontal,
|
ScrollbarHorizontal,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue