mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Avoid exposing appearance: range-thumb
to content.
Differential Revision: https://phabricator.services.mozilla.com/D83433
This commit is contained in:
parent
ab3791234e
commit
f03883774b
1 changed files with 2 additions and 1 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue