Created by: AndreiTelteu
A quick fix in the case of nested list-groups inside a panel.
In my case i have something like this:
I have nested list-groups on 3 levels.
The borders are changed inside my child list-groups too, so i fixed the problem with >
so that those borders are changed only in .panel > .list-group > .list-group-item
.
I have applied the changes in my browser and it works as expected.