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:
commit
07d5ee361a
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
5
changelogs/unreleased/remove-zebra-table-background.yml
Normal file
5
changelogs/unreleased/remove-zebra-table-background.yml
Normal 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
|
Loading…
Reference in a new issue