Remove close icon from projects dropdown in issue boards
This commit is contained in:
parent
12a1da9402
commit
ab4b193d68
2 changed files with 6 additions and 14 deletions
|
@ -92,20 +92,7 @@ export default {
|
||||||
{{ selectedProjectName }} <icon name="chevron-down" />
|
{{ selectedProjectName }} <icon name="chevron-down" />
|
||||||
</button>
|
</button>
|
||||||
<div class="dropdown-menu dropdown-menu-selectable dropdown-menu-full-width">
|
<div class="dropdown-menu dropdown-menu-selectable dropdown-menu-full-width">
|
||||||
<div class="dropdown-title">
|
<div class="dropdown-title">Projects</div>
|
||||||
<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-input">
|
<div class="dropdown-input">
|
||||||
<input class="dropdown-input-field" type="search" placeholder="Search projects" />
|
<input class="dropdown-input-field" type="search" placeholder="Search projects" />
|
||||||
<icon name="search" class="dropdown-input-search" data-hidden="true" />
|
<icon name="search" class="dropdown-input-search" data-hidden="true" />
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Remove close icon from projects dropdown in issue boards
|
||||||
|
merge_request: 23567
|
||||||
|
author:
|
||||||
|
type: changed
|
Loading…
Reference in a new issue