Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
0bce564a
Commit
0bce564a
authored
Nov 29, 2018
by
Brandon Labuschagne
Committed by
Clement Ho
Nov 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Add border around the repository file tree"
parent
fc0258ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
1 deletion
+18
-1
app/assets/stylesheets/pages/tree.scss
app/assets/stylesheets/pages/tree.scss
+12
-0
app/views/projects/tree/_tree_content.html.haml
app/views/projects/tree/_tree_content.html.haml
+1
-1
changelogs/unreleased/50264-add-border-around-the-repository-file-tree.yml
...ased/50264-add-border-around-the-repository-file-tree.yml
+5
-0
No files found.
app/assets/stylesheets/pages/tree.scss
View file @
0bce564a
...
@@ -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
;
...
...
app/views/projects/tree/_tree_content.html.haml
View file @
0bce564a
.tree-content-holder.js-tree-content
{
'data-logs-path'
:
@logs_path
}
.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"
}
%table
.table
#tree-slider
{
class:
"table_#{@hex_path} tree-table qa-file-tree"
}
%thead
%thead
%tr
%tr
...
...
changelogs/unreleased/50264-add-border-around-the-repository-file-tree.yml
0 → 100644
View file @
0bce564a
---
title
:
Resolve Add border around the repository file tree
merge_request
:
23018
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment