diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-15 18:53:06 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-16 13:32:33 -0400 |
commit | e3c1818a3e57fc1aee3cacc3123099f1deefe8a2 (patch) | |
tree | ddc7f07d0644e1ace97fb1c8f7b51664374d4386 /app/views/shared | |
parent | 7400cfc11484b35945cefe8bd42ea02f2675b775 (diff) | |
download | gitlab-ce-e3c1818a3e57fc1aee3cacc3123099f1deefe8a2.tar.gz |
Bootlint: Modals no longer need a '.hide' class
Diffstat (limited to 'app/views/shared')
-rw-r--r-- | app/views/shared/_confirm_modal.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_confirm_modal.html.haml b/app/views/shared/_confirm_modal.html.haml index 30ba361c860..5f51b0d450f 100644 --- a/app/views/shared/_confirm_modal.html.haml +++ b/app/views/shared/_confirm_modal.html.haml @@ -1,4 +1,4 @@ -#modal-confirm-danger.modal.hide{tabindex: -1} +#modal-confirm-danger.modal{tabindex: -1} .modal-dialog .modal-content .modal-header |