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:
Oriol Brufau 2024-03-14 12:53:27 +01:00 committed by GitHub
parent e5fbb3d487
commit b30b79a93a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {