Commit 19002b17 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo Committed by Miguel Rincon

Added changelog entry

Fix snapshot test
parent 5e565772
......@@ -26,7 +26,7 @@ function getErrorMessage(res) {
export default function dropzoneInput(form, config = { parallelUploads: 2 }) {
const divHover = '<div class="div-dropzone-hover"></div>';
const iconPaperclip = spriteIcon('paperclip', 'div-dropzone-icon');
const iconPaperclip = spriteIcon('paperclip', 'div-dropzone-icon s24');
const $attachButton = form.find('.button-attach-file');
const $attachingFileMessage = form.find('.attaching-file-message');
const $cancelButton = form.find('.button-cancel-uploading-files');
......
......@@ -61,17 +61,17 @@ export default {
<span v-if="canAttachFile" class="uploading-container">
<span class="uploading-progress-container hide">
<template>
<gl-icon name="media" :size="16" class="gl-vertical-align-text-bottom" />
<gl-icon name="media" />
</template>
<span class="attaching-file-message"></span>
<!-- eslint-disable-next-line @gitlab/vue-require-i18n-strings -->
<span class="uploading-progress">0%</span>
<gl-loading-icon inline class="align-text-bottom" />
<gl-loading-icon inline />
</span>
<span class="uploading-error-container hide">
<span class="uploading-error-icon">
<template>
<gl-icon name="media" :size="16" class="gl-vertical-align-text-bottom" />
<gl-icon name="media" />
</template>
</span>
<span class="uploading-error-message"></span>
......
---
title: Fix dropzone paperclip and loading icons
merge_request: 46093
author:
type: fixed
......@@ -53,7 +53,7 @@ exports[`Snippet Description Edit component rendering matches the snapshot 1`] =
class="div-dropzone-hover"
>
<svg
class="div-dropzone-icon"
class="div-dropzone-icon s24"
>
<use
xlink:href="undefined#paperclip"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment