mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Remove unnecessary button-focus appearance value on Linux
This always draws transparent. Only real thing it does is forcing 0px padding. Differential Revision: https://phabricator.services.mozilla.com/D132563
This commit is contained in:
parent
a95a742599
commit
a8bcfc7f77
1 changed files with 0 additions and 3 deletions
|
@ -1658,9 +1658,6 @@ pub enum Appearance {
|
|||
ButtonArrowPrevious,
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
ButtonArrowUp,
|
||||
/// The focus outline box inside of a button.
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
ButtonFocus,
|
||||
/// A dual toolbar button (e.g., a Back button with a dropdown)
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
Dualbutton,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue