mirror of https://github.com/zulip/zulip.git
a84eea9b84
This involves in two changes for styling. 1. The alert class is moved from alert.css to app_components.css as this class serves nothing but to default .alert elements to be hidden. This is only required in the webapp but not portico pages (where .alert elements are preferred to be shown by default). 2. The import statement for alert.css is moved from app.js to common.js, so that both the webapp and the portico pages can share the styles. This will be fine to share the styles as .alert-display, .alert-animations, .alert-box are more specific then .alert and they use nested class to define styles for inner elements. Undoes #17936 properly. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.gitignore |