mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Undo last minute serialization change so that I can land it with tests.
This commit is contained in:
parent
7f02662770
commit
a9e914e3f0
1 changed files with 0 additions and 1 deletions
|
@ -203,7 +203,6 @@ impl TextDecorationsInEffect {
|
||||||
pub enum TextEmphasisStyle {
|
pub enum TextEmphasisStyle {
|
||||||
/// [ <fill> || <shape> ]
|
/// [ <fill> || <shape> ]
|
||||||
Keyword {
|
Keyword {
|
||||||
#[css(skip_if = "TextEmphasisFillMode::is_filled")]
|
|
||||||
fill: TextEmphasisFillMode,
|
fill: TextEmphasisFillMode,
|
||||||
shape: TextEmphasisShapeKeyword,
|
shape: TextEmphasisShapeKeyword,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue