Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Listviews: Deprecate ui-li-has-icon, support class ui-li-thumb #6321

Closed
jaspermdegroot opened this issue Aug 9, 2013 · 0 comments
Closed
Assignees
Milestone

Comments

@jaspermdegroot
Copy link
Contributor

Just use class ui-li-has-thumb and show people how you can override (max)height/width with custom CSS.

Change:

.ui-listview .ui-li-has-thumb > img:first-child { }

Into:

.ui-listview .ui-li-has-thumb > img:first-child,
.ui-listview .ui-li-has-thumb .ui-li-thumb { }

...so it can be used for font icons, etc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant