Skip to content
Snippets Groups Projects
Commit ab4b193d authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Remove close icon from projects dropdown in issue boards

parent 12a1da94
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -92,20 +92,7 @@ export default {
{{ selectedProjectName }} <icon name="chevron-down" />
</button>
<div class="dropdown-menu dropdown-menu-selectable dropdown-menu-full-width">
<div class="dropdown-title">
<span>Projects</span>
<button
aria-label="Close"
type="button"
class="dropdown-title-button dropdown-menu-close"
>
<icon
name="merge-request-close-m"
data-hidden="true"
class="dropdown-menu-close-icon"
/>
</button>
</div>
<div class="dropdown-title">Projects</div>
<div class="dropdown-input">
<input class="dropdown-input-field" type="search" placeholder="Search projects" />
<icon name="search" class="dropdown-input-search" data-hidden="true" />
Loading
Loading
---
title: Remove close icon from projects dropdown in issue boards
merge_request: 23567
author:
type: changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment