mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Reformat recent style system changes.
This commit is contained in:
parent
87ec2cefc5
commit
81f40a57e4
13 changed files with 207 additions and 214 deletions
|
@ -105,8 +105,7 @@ where
|
|||
MatchingMode::Normal => element.rule_hash_target(),
|
||||
};
|
||||
|
||||
let matches_user_and_author_rules =
|
||||
rule_hash_target.matches_user_and_author_rules();
|
||||
let matches_user_and_author_rules = rule_hash_target.matches_user_and_author_rules();
|
||||
|
||||
// Gecko definitely has pseudo-elements with style attributes, like
|
||||
// ::-moz-color-swatch.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue