Commit 887a2385 authored by Clement Ho's avatar Clement Ho

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

Resolve "Add border around the repository file tree" EE

Closes gitlab-ce#50264

See merge request gitlab-org/gitlab-ee!8534
parents cef45553 cbecf7c4
...@@ -104,11 +104,23 @@ ...@@ -104,11 +104,23 @@
border-bottom: 1px solid $white-normal; border-bottom: 1px solid $white-normal;
border-top: 1px solid $white-normal; border-top: 1px solid $white-normal;
&:last-of-type {
border-bottom-color: $white-light;
}
td, td,
th { th {
line-height: 21px; line-height: 21px;
} }
th {
border-top-color: $gray-light;
}
td {
border-color: $border-color;
}
&:hover:not(.tree-truncated-warning) { &:hover:not(.tree-truncated-warning) {
td { td {
background-color: $blue-50; background-color: $blue-50;
......
.tree-content-holder.js-tree-content{ 'data-logs-path': @logs_path, 'data-path-locks-available': (@project.feature_available?(:file_locks) ? 'true' : 'false'), 'data-path-locks-toggle': toggle_project_path_locks_path(@project), 'data-path-locks-path': @path } .tree-content-holder.js-tree-content{ 'data-logs-path': @logs_path, 'data-path-locks-available': (@project.feature_available?(:file_locks) ? 'true' : 'false'), 'data-path-locks-toggle': toggle_project_path_locks_path(@project), 'data-path-locks-path': @path }
.table-holder .table-holder.bordered-box
%table.table#tree-slider{ class: "table_#{@hex_path} tree-table qa-file-tree" } %table.table#tree-slider{ class: "table_#{@hex_path} tree-table qa-file-tree" }
%thead %thead
%tr %tr
......
---
title: Resolve Add border around the repository file tree
merge_request: 23018
author:
type: changed
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