mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove duplicate derive for text emphasis style enum
This commit is contained in:
parent
6febdf3751
commit
4739775877
1 changed files with 0 additions and 1 deletions
|
@ -520,7 +520,6 @@ impl ToComputedValue for TextAlign {
|
|||
|
||||
/// Specified value of text-emphasis-style property.
|
||||
#[derive(Clone, Debug, MallocSizeOf, PartialEq, ToCss)]
|
||||
#[cfg_attr(feature = "servo", derive(ToComputedValue))]
|
||||
pub enum TextEmphasisStyle {
|
||||
/// <fill> <shape>
|
||||
Keyword(KeywordValue),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue