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
path: root/app
diff options
context:
space:
mode:
authorAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-09-06 14:27:27 +0300
committerAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-09-06 14:27:27 +0300
commitb70748e6358cab5b5b0c241c68bd5541cd0d5af1 (patch)
tree14793a25e88f154c8af9e50801e110c3b1179798 /app
parent4ad792dede4d9a68df6b4797a72c46f65bdcaccd (diff)
Remove striped table styling of Find files view
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/find_file/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/find_file/show.html.haml b/app/views/projects/find_file/show.html.haml
index a966bfb2dd9..996c7b1b960 100644
--- a/app/views/projects/find_file/show.html.haml
+++ b/app/views/projects/find_file/show.html.haml
@@ -13,6 +13,6 @@
.tree-content-holder
.table-holder
- %table.table.files-slider{ class: "table_#{@hex_path} tree-table table-striped" }
+ %table.table.files-slider{ class: "table_#{@hex_path} tree-table" }
%tbody
= spinner nil, true