Show contributions with multiple contributors as grouped entries #233

Open
raucao wants to merge 9 commits from feature/231-group-contributions into master
Showing only changes of commit 4b6ca6eea9 - Show all commits
@@ -93,7 +93,11 @@ ul.contribution-list {
&.group-item {
padding-left: 2.8rem;
background-color: $item-highlighted-background-color;
background-color: rgba(255,255,255,0.05);
&.selected {
background-color: $item-highlighted-background-color;
}
&:not(:last-child) {
border-bottom: 1px solid $item-border-color;