I have a ion-list, that has a opened state which changes the class to a different background color:
.opened .item-content{
background-color: #c4c4c4 !important;
}
The result shows a small white margin below the list item. Is there a way to remove it? (Note, I also use option-buttons and their colors in that small margin when I am swiping the item, regardless of the background color of the item)