Page 1 of 1

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

Posted: Sat Apr 04, 2015 4:52 pm
by Mark Wong

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.


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

Posted: Sat Apr 04, 2015 7:14 pm
by Illya Stepanov

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.


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

Posted: Sun Apr 05, 2015 4:53 am
by Mark Wong

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


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

Posted: Sun Apr 05, 2015 4:55 am
by Evgene Karachevtsev

Hello Mark,

Thank you for the update.