mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
Align the `dropdown-widget` and `<select>` UIs. Removed default `<select>` tag styles with `appearance: none` css. Added custom chevron-down icon with `background-image` attribute to the `<select>` tag. The svg icon is used in a CSS variable with a data URI. The CSS variable is used to set different colors for dark and light theme. Tweaked by tabbott to scope selectors appropriately and also delete a 10px font-size in one settings dropdown widget. Fixes #26859. |
||
|---|---|---|
| .. | ||
| 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 | ||