Commit 5c287c00 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch '324783-remove-use-deprecated-sizes-from-ide-branches-item' into 'master'

Remove use-deprecated-sizes in `app/assets/javascripts/ide/components/branches/item.vue`

See merge request gitlab-org/gitlab!60168
parents 50bebef8 8c30f93d
......@@ -34,7 +34,7 @@ export default {
<template>
<a :href="branchHref" 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.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