mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +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,
|
Buttonshadow,
|
||||||
Buttontext,
|
Buttontext,
|
||||||
Captiontext,
|
Captiontext,
|
||||||
|
#[parse(aliases = "-moz-field")]
|
||||||
|
Field,
|
||||||
|
#[parse(aliases = "-moz-fieldtext")]
|
||||||
|
Fieldtext,
|
||||||
Graytext,
|
Graytext,
|
||||||
Highlight,
|
Highlight,
|
||||||
Highlighttext,
|
Highlighttext,
|
||||||
|
@ -139,8 +143,6 @@ pub enum SystemColor {
|
||||||
Windowframe,
|
Windowframe,
|
||||||
Windowtext,
|
Windowtext,
|
||||||
MozButtondefault,
|
MozButtondefault,
|
||||||
MozField,
|
|
||||||
MozFieldtext,
|
|
||||||
MozDialog,
|
MozDialog,
|
||||||
MozDialogtext,
|
MozDialogtext,
|
||||||
/// Used to highlight valid regions to drop something onto.
|
/// Used to highlight valid regions to drop something onto.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue