diff options
-rw-r--r-- | app/assets/stylesheets/pages/tree.scss | 10 |
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 { |