Commit ccb9a54c authored by Miguel Rincon's avatar Miguel Rincon

Merge branch '324779-update-deprecated-glicon-size-and-remove-use-deprecated-sizes' into 'master'

remove use of use-deprecated-sizes

See merge request gitlab-org/gitlab!58288
parents b9ea36ea 6574341a
......@@ -87,7 +87,7 @@ export default {
@input="searchMergeRequests"
@removeToken="setSearchType(null)"
/>
<gl-icon :size="18" name="search" class="ml-3 input-icon" use-deprecated-sizes />
<gl-icon :size="16" name="search" class="ml-3 input-icon" />
</label>
<div class="dropdown-content ide-merge-requests-dropdown-content d-flex">
<gl-loading-icon
......@@ -105,7 +105,7 @@ export default {
@click.stop="setSearchType(searchType)"
>
<span class="d-flex gl-mr-3 ide-search-list-current-icon">
<gl-icon :size="18" name="search" use-deprecated-sizes />
<gl-icon :size="16" name="search" />
</span>
<span>{{ searchType.label }}</span>
</button>
......
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