mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
style: Fix formatting of recent changes.
This commit is contained in:
parent
cea6966fd2
commit
4d8fc4b8f7
9 changed files with 157 additions and 160 deletions
|
@ -187,8 +187,9 @@ impl PseudoElement {
|
|||
PseudoElement::FirstLine => PropertyFlags::APPLIES_TO_FIRST_LINE,
|
||||
PseudoElement::Placeholder => PropertyFlags::APPLIES_TO_PLACEHOLDER,
|
||||
PseudoElement::Cue => PropertyFlags::APPLIES_TO_CUE,
|
||||
PseudoElement::Marker if static_prefs::pref!("layout.css.marker.restricted") =>
|
||||
PropertyFlags::APPLIES_TO_MARKER,
|
||||
PseudoElement::Marker if static_prefs::pref!("layout.css.marker.restricted") => {
|
||||
PropertyFlags::APPLIES_TO_MARKER
|
||||
},
|
||||
_ => return None,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue