diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-07-07 21:33:10 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-07 21:33:10 +0000 |
commit | 576dc8a0fbd06f772a9ff2f1b4cdc0b8f01306d7 (patch) | |
tree | 1579407370b2e77b1119f2ed01e97cfa0f2ce260 /app/assets | |
parent | 7e927cd3f2b4579861d672aeb7abce070464b675 (diff) | |
download | gitlab-ce-576dc8a0fbd06f772a9ff2f1b4cdc0b8f01306d7.tar.gz |
Remove double border on last group row
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/lists.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss index 38727e15c6f..e59cd0eea82 100644 --- a/app/assets/stylesheets/framework/lists.scss +++ b/app/assets/stylesheets/framework/lists.scss @@ -343,6 +343,12 @@ ul.indent-list { .group-row { padding: 0; border: none; + + &:last-of-type { + .group-row-contents:not(:hover) { + border-bottom: 1px solid transparent; + } + } } .group-row-contents { |