mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
Previously, two borders were applied on the heading of tables in informational_overlay. Top of the heading element had one border from "table" and one from "th" element. Bottom of the heading had one border from "th" element and one from "td" element. This commit fixes it by changing the CSS for borders on "th" element to be applied only on striped tables without borders (i.e. tables having "table-striped" class but not "table-bordered" class) as bordered tables already have top borders defined on td and table element while on striped tables without borders, only bottom border is applied on "td" elements along with the top and bottom borders on "th". |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.js | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||