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
This commit is contained in:
Mike Greiling 2018-09-06 22:58:06 +00:00
commit 07d5ee361a
3 changed files with 7 additions and 2 deletions

View file

@ -5,7 +5,7 @@
System OAuth applications don't belong to any user and can only be managed by admins
%hr
%p= link_to 'New application', new_admin_application_path, class: 'btn btn-success'
%table.table.table-striped
%table.table
%thead
%tr
%th Name

View file

@ -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

View file

@ -0,0 +1,5 @@
---
title: Remove striped table styling of Find files and Admin Area Applications views
merge_request: 21560
author: Andreas Kämmerle
type: other