mirror of https://github.com/zulip/zulip.git
e3878cf64a
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. |
||
---|---|---|
.. | ||
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 |