Commit 0bbea6da authored by Phil Hughes's avatar Phil Hughes

Merge branch '51092-fix-mr-diff-file-filter-clear-button' into 'master'

Make MR diff file filter input Clear button functional

Closes #51092

See merge request gitlab-org/gitlab-ce!21556
parents 2f0a0761 97b5ea02
......@@ -63,7 +63,7 @@ export default {
v-else
role="button"
class="fa fa-times dropdown-input-search"
@click="clearSearch"
@click.stop.prevent="clearSearch"
></i>
</div>
<div class="dropdown-content">
......
......@@ -749,6 +749,10 @@
left: $gl-padding;
}
.dropdown-input .dropdown-input-search {
pointer-events: all;
}
.diff-changed-file {
display: flex;
padding-top: 8px;
......
---
title: Make MR diff file filter input Clear button functional
merge_request: 21556
author:
type: fixed
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