mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
This expresses the colors for vdots icons in just three variations, all as CSS variables. The colors are all derived from the existing design, and the dots colors in the streams/topics area was used as as reference. The only visual change here, then, is to the global filters area, whose vdots were the outliers prior to this change. The three variations are: 1. hint: for touchscreens where a :hover state is not available 2. visible: for all screens when a parent element is highlighted 3. hover: for when the vdots themselves are hovered The selectors have been streamlined to use the .sidebar-menu-icon utility class, and the hover-within-a-hover color on vdots is expressed more directly, eliminating the need for selector-specificity busting via !important. Fixes: #20600 |
||
|---|---|---|
| .. | ||
| 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 | ||