Skip to content
Snippets Groups Projects
Commit 97b5ea02 authored by Kushal Pandya's avatar Kushal Pandya Committed by Phil Hughes
Browse files

Make MR diff file filter input Clear button functional

parent 2f0a0761
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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">
Loading
Loading
Loading
Loading
@@ -749,6 +749,10 @@
left: $gl-padding;
}
 
.dropdown-input .dropdown-input-search {
pointer-events: all;
}
.diff-changed-file {
display: flex;
padding-top: 8px;
Loading
Loading
---
title: Make MR diff file filter input Clear button functional
merge_request: 21556
author:
type: fixed
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