summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Labuschagne <blabuschagne@gitlab.com>2018-11-27 10:27:12 +0200
committerBrandon Labuschagne <blabuschagne@gitlab.com>2018-11-27 10:27:12 +0200
commit0a5280f28c20a9a43ca49b9a0027fec2e7665822 (patch)
treef8057e0d7cd738bfacfcebd9725c818fbd956338
parent3bbddabcfc315d0b9a69e92818cdab6c6efd86a9 (diff)
downloadgitlab-ce-50264-add-border-around-the-repository-file-tree.tar.gz
-rw-r--r--app/assets/stylesheets/pages/tree.scss10
1 files changed, 4 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index ceecf4de5a8..a46b8679a42 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -104,6 +104,10 @@
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;
@@ -134,12 +138,6 @@
}
}
}
-
- tbody {
- tr:last-of-type {
- border-bottom-color: $white-light;
- }
- }
}
.tree-item {