Commit 205ea072 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'Update-deprecated-GlIcon-properties-in-item-vue-file' into 'master'

Fix deprecated GlIcon size and property

See merge request gitlab-org/gitlab!63009
parents a097a76a be17b00b
......@@ -41,7 +41,7 @@ export default {
<template>
<a :href="mergeRequestHref" class="btn-link d-flex align-items-center">
<span class="d-flex gl-mr-3 ide-search-list-current-icon">
<gl-icon v-if="isActive" :size="18" name="mobile-issue-close" use-deprecated-sizes />
<gl-icon v-if="isActive" :size="16" name="mobile-issue-close" />
</span>
<span>
<strong> {{ item.title }} </strong>
......
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