style: Add unprefixed appearance property and make -moz-appearance and -webkit-appearance be aliases.

Differential Revision: https://phabricator.services.mozilla.com/D83428
This commit is contained in:
Cameron McCormack 2020-07-16 22:04:11 +00:00 committed by Emilio Cobos Álvarez
parent 9d3876bda0
commit 01efe3a459
3 changed files with 12 additions and 10 deletions

View file

@ -1525,6 +1525,11 @@ pub enum Resize {
pub enum Appearance {
/// No appearance at all.
None,
/// Default appearance for the element.
///
/// This value doesn't make sense for -moz-default-appearance, but we don't bother to guard
/// against parsing it.
Auto,
/// A typical dialog button.
Button,
/// Various arrows that go in buttons