summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/tree.scss
diff options
context:
space:
mode:
authorBrandon Labuschagne <blabuschagne@gitlab.com>2018-11-29 23:32:58 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-11-29 23:32:58 +0000
commit0bce564abf8a6f6f5955f64ed7e78a56556f6f4f (patch)
tree11555151e274e95af60a09ad8c6966c01289d99b /app/assets/stylesheets/pages/tree.scss
parentfc0258aec12d6bf697274028208d76a6c05307ca (diff)
downloadgitlab-ce-0bce564abf8a6f6f5955f64ed7e78a56556f6f4f.tar.gz
Resolve "Add border around the repository file tree"
Diffstat (limited to 'app/assets/stylesheets/pages/tree.scss')
-rw-r--r--app/assets/stylesheets/pages/tree.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index dc5ca78ff58..a46b8679a42 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -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;