mirror of https://github.com/zulip/zulip.git
d2b48fab27
We rewrite the CSS rules, handled by bootstrap for the radio buttons for stream privacy choices (in both stream create and edit form), to subscriptions.css as we are in process of removing bootstrap. The settings-radio-input-parent block in subscriptions.css is moved to be top-level instead of being nested inside "stream_privacy_modal" and "stream-creation-body" block, such that we can use this class in future for resusable components (like settings_checkbox). The bootstrap CSS rules are also added to this settings-radio-input-parent selector. The max-height property added to label by bootstrap is not added since it does not applies to non-replaced inline elements. The line-height property added to input element by bootstrap is not added to subscriptions.css since it is already added for all inputs in zulip.css. |
||
---|---|---|
.. | ||
assets | ||
audio/notification_sounds | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.gitignore |