mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
style: Remove nsStyleColor moving the color property to nsStyleText.
I think this is a good change regardless of other discussion in bug 1552587. If we decide to move `mColor` to the top-level of the struct that can be done separately. Differential Revision: https://phabricator.services.mozilla.com/D32726
This commit is contained in:
parent
f623a6c045
commit
6722e2ce6c
7 changed files with 13 additions and 26 deletions
|
@ -25,7 +25,6 @@ STYLE_STRUCT_LIST = [
|
|||
"background",
|
||||
"border",
|
||||
"box",
|
||||
"color",
|
||||
"column",
|
||||
"counters",
|
||||
"effects",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue