Improve background colors for grouped entries
This commit is contained in:
@@ -93,7 +93,11 @@ ul.contribution-list {
|
|||||||
|
|
||||||
&.group-item {
|
&.group-item {
|
||||||
padding-left: 2.8rem;
|
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) {
|
&:not(:last-child) {
|
||||||
border-bottom: 1px solid $item-border-color;
|
border-bottom: 1px solid $item-border-color;
|
||||||
|
|||||||
Reference in New Issue
Block a user