mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
This commit fix the regression for tables at uses the .table-striped css, which are primarily used at the settings menu. In #29859, we began organizing CSS into more specific variables and selector, which led to the deprecation of several general CSS rules that affected these tables. The fix switches the border-color value used by the .table-striped css rules to a new CSS variable that contains both dark and light theme values. Fixes #30449