зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1620467 - Part 6: Mark appearance values that are only used internally as chrome-only. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D83432
This commit is contained in:
Родитель
af3cb9efc8
Коммит
7794182b6d
|
@ -1654,10 +1654,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")]
|
||||
|
|
Загрузка…
Ссылка в новой задаче