mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Mark appearance values that are only used internally as chrome-only.
Differential Revision: https://phabricator.services.mozilla.com/D83432
This commit is contained in:
parent
21b6c69322
commit
ab3791234e
1 changed files with 4 additions and 0 deletions
|
@ -1653,10 +1653,14 @@ pub enum Appearance {
|
|||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
ScrollbarbuttonRight,
|
||||
/// The scrollbar thumb.
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
ScrollbarthumbHorizontal,
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
ScrollbarthumbVertical,
|
||||
/// The scrollbar track.
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
ScrollbartrackHorizontal,
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
ScrollbartrackVertical,
|
||||
/// The scroll corner
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue