mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
style: Re-enable the rule that was accidentally disabled by a typo in the CSS parser.
In #21946 I commented out this rule because before that patch we were accidentally ignoring it because of a typo in the CSS parser, since that PR didn't intend to change behavior. This PR does though, and re-enables the rule.
This commit is contained in:
parent
bcafe4188f
commit
5a2ba9661b
1 changed files with 1 additions and 7 deletions
|
@ -260,16 +260,10 @@ svg > * {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The outer fragment wrapper of an inline absolute hypothetical fragment.
|
/* The outer fragment wrapper of an inline absolute hypothetical fragment. */
|
||||||
*
|
|
||||||
* FIXME(emilio): This was disabled because of a typo in the CSS parser,
|
|
||||||
* re-enable or figure out why it's not needed.
|
|
||||||
|
|
||||||
*|*::-servo-inline-absolute {
|
*|*::-servo-inline-absolute {
|
||||||
clip: auto;
|
clip: auto;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue