mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Rename Mozfield / Mozfieldtext to Field and Fieldtext.
Split off of Bug 1590894 Rename these to support unprefixed version Also add alias to keep compatibility Differential Revision: https://phabricator.services.mozilla.com/D50989
This commit is contained in:
parent
0624324942
commit
ac4894ed8d
1 changed files with 4 additions and 2 deletions
|
@ -119,6 +119,10 @@ pub enum SystemColor {
|
|||
Buttonshadow,
|
||||
Buttontext,
|
||||
Captiontext,
|
||||
#[parse(aliases = "-moz-field")]
|
||||
Field,
|
||||
#[parse(aliases = "-moz-fieldtext")]
|
||||
Fieldtext,
|
||||
Graytext,
|
||||
Highlight,
|
||||
Highlighttext,
|
||||
|
@ -139,8 +143,6 @@ pub enum SystemColor {
|
|||
Windowframe,
|
||||
Windowtext,
|
||||
MozButtondefault,
|
||||
MozField,
|
||||
MozFieldtext,
|
||||
MozDialog,
|
||||
MozDialogtext,
|
||||
/// Used to highlight valid regions to drop something onto.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue