mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
confirm_dialog: Change the style and position of error message element.
This commit changes the error message element of confirm_dialog to be above the text of dialog and to be a nice box using already defined "alert" class.
This commit is contained in:
@@ -87,7 +87,7 @@ export function launch(conf) {
|
||||
link: conf.help_link,
|
||||
}),
|
||||
);
|
||||
confirm_dialog.find(".confirm_dialog_body").prepend(conf.html_body);
|
||||
confirm_dialog.find(".confirm_dialog_body").append(conf.html_body);
|
||||
|
||||
const yes_button_span = confirm_dialog.find(".confirm_dialog_yes_button span");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user