summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/_stats.html.haml
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-08-29 11:55:47 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-09-05 20:52:01 -0500
commit21446129ac2b7988e3499a3080edc94303528636 (patch)
treec52c4ef50a8620a108407ab02ff0b5e1190fe4d3 /app/views/projects/diffs/_stats.html.haml
parentd68ff7f50a93ebbff537b5e795cf6bf80bd66a6e (diff)
downloadgitlab-ce-21446129ac2b7988e3499a3080edc94303528636.tar.gz
Remove focus styles from dropdown empty link37023-remove-focus-styles-from-dropdown-empty-link
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/37023
Diffstat (limited to 'app/views/projects/diffs/_stats.html.haml')
-rw-r--r--app/views/projects/diffs/_stats.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/diffs/_stats.html.haml b/app/views/projects/diffs/_stats.html.haml
index 02fd54c97fb..ad2d355ab4a 100644
--- a/app/views/projects/diffs/_stats.html.haml
+++ b/app/views/projects/diffs/_stats.html.haml
@@ -29,6 +29,6 @@
+#{diff_file.added_lines}
%span.cred<
\-#{diff_file.removed_lines}
- %li.dropdown-menu-empty-link.hidden
- %a{ href: "#" }
+ %li.dropdown-menu-empty-item.hidden
+ %a
No files found.