Commit 07d5ee36 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'remove-zebra-table-background' into 'master'

Remove striped table styling of Find files view

Closes #51162

See merge request gitlab-org/gitlab-ce!21560
parents d96d0ec1 af21dd74
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
System OAuth applications don't belong to any user and can only be managed by admins System OAuth applications don't belong to any user and can only be managed by admins
%hr %hr
%p= link_to 'New application', new_admin_application_path, class: 'btn btn-success' %p= link_to 'New application', new_admin_application_path, class: 'btn btn-success'
%table.table.table-striped %table.table
%thead %thead
%tr %tr
%th Name %th Name
......
...@@ -13,6 +13,6 @@ ...@@ -13,6 +13,6 @@
.tree-content-holder .tree-content-holder
.table-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 %tbody
= spinner nil, true = spinner nil, true
---
title: Remove striped table styling of Find files and Admin Area Applications views
merge_request: 21560
author: Andreas Kämmerle
type: other
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