Bugfix/#67 list separator on last element #69

Merged
Serraniel merged 8 commits from bugfix/#67-list-separator-on-last-element into develop 2020-10-12 17:52:45 +02:00
Showing only changes of commit fd48405246 - Show all commits

View file

@ -31,7 +31,7 @@ function changeBorderColorOwnRequests(node) {
// highlight left border for own request
if (profileLink.length > 0) {
item.style.borderColor = color.aniBlue
item.style.borderLeftColor = color.aniBlue
}
}