mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-02 20:04:43 +00:00
make sure inner button gets corner rounding as well in listviews. Fixes a regression from earlier.
This commit is contained in:
parent
fd5b3210e4
commit
b2f4f06f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ $.widget( "mobile.listview", $.mobile.widget, {
|
|||
.prepend( "<span class='ui-li-dec'>" + (counter++) + ". </span>" );
|
||||
}
|
||||
|
||||
item.addClass( itemClass );
|
||||
item.add( item.find( ".ui-btn-inner" ) ).addClass( itemClass );
|
||||
|
||||
if ( !create ) {
|
||||
self._itemApply( $list, item );
|
||||
|
|
|
|||
Loading…
Reference in a new issue