Bug 1963446 - Remove unused button-arrow-{previous,next} appearance values. r=stransky

Differential Revision: https://phabricator.services.mozilla.com/D247163
This commit is contained in:
Emilio Cobos Álvarez
2025-05-01 17:47:43 +00:00
committed by ealvarez@mozilla.com
parent b4de3210d6
commit 00fefccf69
4 changed files with 3 additions and 35 deletions

View File

@@ -1502,10 +1502,6 @@ pub enum Appearance {
#[parse(condition = "ParserContext::chrome_rules_enabled")]
ButtonArrowDown,
#[parse(condition = "ParserContext::chrome_rules_enabled")]
ButtonArrowNext,
#[parse(condition = "ParserContext::chrome_rules_enabled")]
ButtonArrowPrevious,
#[parse(condition = "ParserContext::chrome_rules_enabled")]
ButtonArrowUp,
/// Menu Popup background.
#[parse(condition = "ParserContext::chrome_rules_enabled")]