Remove double border on last group row

This commit is contained in:
Annabel Dunstone Gray 2017-07-07 21:33:10 +00:00 committed by Phil Hughes
parent 7e927cd3f2
commit 576dc8a0fb
1 changed files with 6 additions and 0 deletions

View File

@ -343,6 +343,12 @@ ul.indent-list {
.group-row { .group-row {
padding: 0; padding: 0;
border: none; border: none;
&:last-of-type {
.group-row-contents:not(:hover) {
border-bottom: 1px solid transparent;
}
}
} }
.group-row-contents { .group-row-contents {