zulip/web
Sayam Samal e3878cf64a popovers: Add structural changes and fix CSS overlap.
The paragraph tag was being used along with the bold tag to style the
topic and stream in the popovers. The semantic meaning of these tags
are more specialized and should not be used in this context. Replaced
the <p> tags with the more general <div> tags and accounted for the
bold text via the `font-weight` CSS property.

The `.topic-name` class, used to style the topic/stream name in the
topic list in the left sidebar, was also being used to the style the
topic/stream name in the topic/stream popover. This lead to irrelevant
properties being applied to the popover > topic/stream name. Through
this commit, the styling for both of these different cases are now
separated using the appropriate selectors.

Fixes #27562.
2023-12-11 12:55:25 -08:00
..
e2e-tests mentions: Rename 'stream_wildcard_mention_allowed_in_large_stream'. 2023-11-28 09:24:18 -08:00
generated
html
images compose: Update icons for formatting buttons. 2023-12-01 13:51:39 -08:00
shared compose: Use new custom icon for the compose edit control button. 2023-12-10 22:30:03 -08:00
src topics_popover: Remove '>' icon adjacent to the topic name. 2023-12-11 12:55:25 -08:00
styles popovers: Add structural changes and fix CSS overlap. 2023-12-11 12:55:25 -08:00
templates popovers: Add structural changes and fix CSS overlap. 2023-12-11 12:55:25 -08:00
tests user_groups: Fix live-update of data when renaming groups. 2023-12-10 15:20:07 -08:00
third Revert "linkifiers: Match JS implementation to server implementation." 2023-11-16 14:59:48 -08:00
.browserslistrc
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2023-12-07 14:29:32 -08:00
debug-require-webpack-plugin.ts eslint: Forbid unchecked casts in TypeScript. 2023-10-26 09:54:30 -07:00
debug-require.js
postcss.config.js
webpack.assets.json remote_billing: Fold the separate .ts files into remote_billing_auth.ts. 2023-12-10 16:15:28 -08:00
webpack.config.ts webpack_public_path: Replace with webpack 5 publicPath: "auto" setting. 2023-10-16 10:36:27 -07:00
webpack.dev-assets.json development: Update modal in emails page to use micromodal. 2023-10-05 09:28:27 -07:00