Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2018-09-06 14:56:08 +0300
committerPhil Hughes <me@iamphill.com>2018-09-06 14:56:08 +0300
commit97b5ea02e42d8daf376fc2fc1f8bd50bb0834b3a (patch)
tree33baacffe36dcd7d1621f647185d931892f175d0 /app/assets/stylesheets/pages/diff.scss
parent2f0a0761a8e1352e74b328e5b9b9fa20057a1ac5 (diff)
Make MR diff file filter input Clear button functional
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 7d7143631f2..d673b59e1c0 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -749,6 +749,10 @@
left: $gl-padding;
}
+ .dropdown-input .dropdown-input-search {
+ pointer-events: all;
+ }
+
.diff-changed-file {
display: flex;
padding-top: 8px;