mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
The bottom border of heading row in striped (and not bordered) tables was thicker than needed due to two borders being present - one from the bottom border for heading element and one from top border for the first row in the table. This commit changes the CSS to remove the top border of the first row.