mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +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.
|
/// The resizer itself.
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
Resizer,
|
Resizer,
|
||||||
/// A scrollbar.
|
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
|
||||||
Scrollbar,
|
|
||||||
/// 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