comparison_table: Remove dead CSS for th.sticky.

We do not have a "sticky" class.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-10-23 14:32:04 -07:00 committed by Tim Abbott
parent f8f511aded
commit 7878b80934
1 changed files with 2 additions and 9 deletions

View File

@ -228,11 +228,6 @@
letter-spacing: 0.1ch;
}
.comparison-table th.sticky {
padding: 8px 2px;
border-radius: 0;
}
.comparison-table td {
padding: 8px;
border-top: 1px solid hsl(209deg 40% 40% / 30%);
@ -345,8 +340,7 @@
}
@media (width <= 730px) {
.comparison-table th,
.comparison-table th.sticky {
.comparison-table th {
font-size: 14px;
line-height: 18px;
box-sizing: border-box;
@ -378,8 +372,7 @@
}
@media (width <= 500px) {
.comparison-table th,
.comparison-table th.sticky {
.comparison-table th {
font-size: 13px;
line-height: 14px;
}