style: Use shortest serialization for computed text-emphasis-style too.

Differential Revision: https://phabricator.services.mozilla.com/D41513
This commit is contained in:
Emilio Cobos Álvarez 2019-08-13 19:26:02 +00:00
parent 0844439bb2
commit 566f1ea600
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -203,6 +203,7 @@ impl TextDecorationsInEffect {
pub enum TextEmphasisStyle {
/// [ <fill> || <shape> ]
Keyword {
#[css(skip_if = "TextEmphasisFillMode::is_filled")]
fill: TextEmphasisFillMode,
shape: TextEmphasisShapeKeyword,
},