Skip to content
Snippets Groups Projects
Commit 0bce564a authored by Brandon Labuschagne's avatar Brandon Labuschagne Committed by Clement Ho
Browse files

Resolve "Add border around the repository file tree"

parent fc0258ae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
.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
Loading
Loading
---
title: Resolve Add border around the repository file tree
merge_request: 23018
author:
type: changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment