aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2024-03-14 12:53:27 +0100
committerGitHub <noreply@github.com>2024-03-14 11:53:27 +0000
commitb30b79a93af92d5a67215a85f14038f64ffef4fb (patch)
tree41ff7cf2162f9110742c82d783a1b0b8df08b5f5 /resources
parente5fbb3d48781765745f5fcc007e469f048e9ebd7 (diff)
downloadservo-b30b79a93af92d5a67215a85f14038f64ffef4fb.tar.gz
servo-b30b79a93af92d5a67215a85f14038f64ffef4fb.zip
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.
Diffstat (limited to 'resources')
-rw-r--r--resources/servo.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/resources/servo.css b/resources/servo.css
index 82b669af633..4d32867e0ff 100644
--- a/resources/servo.css
+++ b/resources/servo.css
@@ -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 {