mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
Spectators (logged out users) can't use the view-type dropdown in the 'list of topics' view for channels. This adds the missing CSS styling to make the dropdown appear disabled (grayed out with not-allowed cursor) for spectators, matching the behavior in recent conversations view. The CSS rule is placed in app_components.css using a generic selector (.dropdown-widget-button) to apply the disabled styling consistently to all dropdown widgets for spectators. Fixes #36496. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared/icons | ||
| 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 | ||