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:
Cameron McCormack 2020-07-16 22:04:17 +00:00
Родитель af3cb9efc8
Коммит 7794182b6d
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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")]