mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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.
|
||||
#[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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue