mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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 {
|
*|*::-servo-anonymous-table-row {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
position: static;
|
|
||||||
border: none;
|
|
||||||
counter-increment: none;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
*|*::-servo-anonymous-table-cell {
|
*|*::-servo-anonymous-table-cell {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
position: static;
|
|
||||||
border: none;
|
|
||||||
counter-increment: none;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
*|*::-servo-legacy-anonymous-block {
|
*|*::-servo-legacy-anonymous-block {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue