diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-09 13:50:35 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-09 13:52:14 -0500 |
commit | 0ff1fccd8d93e7ddc0cc0650d588a50e2ce6b2c0 (patch) | |
tree | e5b4fe918640d9f5540af14e4cd10468aa06626a /app/views/shared/notes | |
parent | b413785e1dfdbc594e86880e79e20bdd5963c938 (diff) | |
download | gitlab-ce-0ff1fccd8d93e7ddc0cc0650d588a50e2ce6b2c0.tar.gz |
[skip ci] Rename .hide to .d-none
Diffstat (limited to 'app/views/shared/notes')
-rw-r--r-- | app/views/shared/notes/_hints.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/notes/_hints.html.haml b/app/views/shared/notes/_hints.html.haml index cb3598db032..3f114211970 100644 --- a/app/views/shared/notes/_hints.html.haml +++ b/app/views/shared/notes/_hints.html.haml @@ -11,7 +11,7 @@ supported %span.uploading-container - %span.uploading-progress-container.hide + %span.uploading-progress-container.d-none = icon('file-image-o', class: 'toolbar-button-icon') %span.attaching-file-message -# Populated by app/assets/javascripts/dropzone_input.js @@ -19,7 +19,7 @@ %span.uploading-spinner = icon('spinner spin', class: 'toolbar-button-icon') - %span.uploading-error-container.hide + %span.uploading-error-container.d-none %span.uploading-error-icon = icon('file-image-o', class: 'toolbar-button-icon') %span.uploading-error-message @@ -32,4 +32,4 @@ = icon('file-image-o', class: 'toolbar-button-icon') Attach a file - %button.btn.btn-secondary.btn-xs.hide.button-cancel-uploading-files{ type: 'button' } Cancel + %button.btn.btn-secondary.btn-xs.d-none.button-cancel-uploading-files{ type: 'button' } Cancel |