style: Avoid exposing appearance: range-thumb to content.

Differential Revision: https://phabricator.services.mozilla.com/D83433
This commit is contained in:
Cameron McCormack 2020-07-16 22:04:21 +00:00 committed by Emilio Cobos Álvarez
parent ab3791234e
commit f03883774b

View file

@ -1622,7 +1622,8 @@ pub enum Appearance {
RadioLabel,
/// nsRangeFrame and its subparts
Range,
RangeThumb, // FIXME: This should not be exposed to content.
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
RangeThumb,
/// The resizer background area in a status bar for the resizer widget in
/// the corner of a window.
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]