mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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 {
|
||||
/// [ <fill> || <shape> ]
|
||||
Keyword {
|
||||
#[css(skip_if = "TextEmphasisFillMode::is_filled")]
|
||||
fill: TextEmphasisFillMode,
|
||||
shape: TextEmphasisShapeKeyword,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue