mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Use the -moz-default-appearance values "scrollbar-horizontal" and "scrollbar-vertical" on macOS and remove the now-unused value "scrollbar".
Other platforms were already converted to scrollbar-horizontal and scrollbar-vertical in bug 1205643. Differential Revision: https://phabricator.services.mozilla.com/D94674
This commit is contained in:
parent
d246b9e4c3
commit
e2545ee95d
1 changed files with 0 additions and 3 deletions
|
@ -1640,9 +1640,6 @@ pub enum Appearance {
|
|||
/// The resizer itself.
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
Resizer,
|
||||
/// A scrollbar.
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
Scrollbar,
|
||||
/// The scrollbar slider
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
ScrollbarHorizontal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue