Commit e46575a1 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'winh-issue-boards-project-dropdown-close' into 'master'

Remove close icon from projects dropdown in issue boards

See merge request gitlab-org/gitlab-ce!23567
parents cebd595e ab4b193d
......@@ -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" />
......
---
title: Remove close icon from projects dropdown in issue boards
merge_request: 23567
author:
type: changed
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