mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-03 04:14:42 +00:00
remove corners on all li elements of the list when refreshing corners
This commit is contained in:
parent
e0ae323bd8
commit
ef431a870c
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ $.widget( "mobile.listview", $.mobile.widget, {
|
|||
$li = this.element.children( "li" );
|
||||
$visibleli = $li.not( ".ui-screen-hidden" );
|
||||
|
||||
this._removeCorners( $li.filter( ".ui-corner-top" ).add( ".ui-corner-bottom" ) );
|
||||
this._removeCorners( $li );
|
||||
|
||||
// Select the first visible li element
|
||||
$topli = $visibleli.first()
|
||||
|
|
|
|||
Loading…
Reference in a new issue