My problem is when I change the radius of the image in the list, the first and last image will be like this.
I saw a post before related to this, but I can't find it.
You may want to refer to that post with same issue that I have.
code
.ui-listview > li.ui-first-child img:first-child:not(.ui-li-icon) {
-webkit-border-top-left-radius: inherit;
border-top-left-radius: inherit;
}
/code
This style causes the problem but I can't remove it.