Commit 8c30f93d authored by Andreas Resch's avatar Andreas Resch

Remove use-deprecated-sizes

parent f9b7a318
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
<template> <template>
<a :href="branchHref" class="btn-link d-flex align-items-center"> <a :href="branchHref" class="btn-link d-flex align-items-center">
<span class="d-flex gl-mr-3 ide-search-list-current-icon"> <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>
<span> <span>
<strong> {{ item.name }} </strong> <strong> {{ item.name }} </strong>
......
---
title: Update active branch icon in IDE to conform to the Pajamas design guide
merge_request: 60168
author: Andreas Resch @reschandreas
type: other
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