Mark Wong
Posts: 0
Joined: Sat Feb 14, 2015 7:47 am

First Child and Last Child of List Item Image Radius Inherit Problems!

My problem is when I change the radius of the image in the list, the first and last image will be like this.
Image
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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

First Child and Last Child of List Item Image Radius Inherit Problems!

Hi Mark -

It is not very clear for us, could you please show this in your app? Or if this possible provide us with a public app link and steps to reproduce it.

Mark Wong
Posts: 0
Joined: Sat Feb 14, 2015 7:47 am

First Child and Last Child of List Item Image Radius Inherit Problems!

Never Mind,
I found the post I needed : https://getsatisfaction.com/apperyio/...
No need any further help.
Thank you

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

First Child and Last Child of List Item Image Radius Inherit Problems!

Hello Mark,

Thank you for the update.

Return to “Issues”