Files
zulip/web/styles
Karl Stolley 728b9f18df settings_tables: Simplify table header background colors.
By moving the header background to <thead>, we achieve two things:

1. We avoid a bug in Chrome where the table background bled through
   between header cells.
2. We no longer need `!important` on the data-sort hover, because
   there is no longer a color set there.
2025-04-04 10:59:28 -07:00
..