mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
This commit removes transition for background-color on hovering over table headers with "data-sort" attribute. This is done so that we can fix the weird behavior of background color of header being set to a weird value when clicking on a dropdown widget option rendered over the table header for bots table. This was likely due to transition being stopped midway by the browser which resulted in a weird background highlight for the header. And anyways the transition is brief and appears only on hover, so removing it does not result in a major change of user behavior. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| icons | ||
| images | ||
| server | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.cjs | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||