mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
jQuery's fadeOut() sets display: none using inline CSS. This was overriden by .alert-notification since it used !important to override the display: block set in loading.js. Removing the latter allows us to remove the !important, and doesn't seem to break anything. Fixes #15759.
2.3 KiB
2.3 KiB