mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Cleanup UA styles for anonymous table rows and cells (#31661)
These properties were being set to their initial value, this wasn't needed because they are non-inherited properties and there isn't anything else setting them.
This commit is contained in:
parent
e5fbb3d487
commit
b30b79a93a
1 changed files with 0 additions and 8 deletions
|
@ -236,18 +236,10 @@ svg > * {
|
|||
|
||||
*|*::-servo-anonymous-table-row {
|
||||
display: table-row;
|
||||
position: static;
|
||||
border: none;
|
||||
counter-increment: none;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
*|*::-servo-anonymous-table-cell {
|
||||
display: table-cell;
|
||||
position: static;
|
||||
border: none;
|
||||
counter-increment: none;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
*|*::-servo-legacy-anonymous-block {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue