Merge branch '50264-add-border-around-the-repository-file-tree' into 'master'

Resolve "Add border around the repository file tree"

Closes #50264

See merge request gitlab-org/gitlab-ce!23018
This commit is contained in:
Clement Ho 2018-11-29 23:32:58 +00:00
commit 9ce28bf08b
3 changed files with 18 additions and 1 deletions

View File

@ -104,11 +104,23 @@
border-bottom: 1px solid $white-normal;
border-top: 1px solid $white-normal;
&:last-of-type {
border-bottom-color: $white-light;
}
td,
th {
line-height: 21px;
}
th {
border-top-color: $gray-light;
}
td {
border-color: $border-color;
}
&:hover:not(.tree-truncated-warning) {
td {
background-color: $blue-50;

View File

@ -1,5 +1,5 @@
.tree-content-holder.js-tree-content{ 'data-logs-path': @logs_path }
.table-holder
.table-holder.bordered-box
%table.table#tree-slider{ class: "table_#{@hex_path} tree-table qa-file-tree" }
%thead
%tr

View File

@ -0,0 +1,5 @@
---
title: Resolve Add border around the repository file tree
merge_request: 23018
author:
type: changed