mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Revert d61d6b0127953e10b17820cf1fdd14ed22a12c41^..HEAD
This commit is contained in:
parent
d61d6b0127
commit
1496f5a485
1 changed files with 2 additions and 7 deletions
|
|
@ -87,13 +87,8 @@ $.widget( "mobile.listview", $.mobile.widget, {
|
|||
.addClass( "ui-corner-top" );
|
||||
|
||||
$topli.add( $topli.find( ".ui-btn-inner" ) )
|
||||
// exclude the ui-btn-inner span in split lists
|
||||
.not( ".ui-li-link-alt span:first-child" ) )
|
||||
// give the glowing top-border a radius
|
||||
.addClass( "ui-corner-top" )
|
||||
.end()
|
||||
// include the first span in split lists for border-right-radius setting
|
||||
.find( ".ui-li-link-alt, .ui-li-link-alt span:first-child" )
|
||||
.find( ".ui-li-link-alt" )
|
||||
|
||||
.addClass( "ui-corner-tr" )
|
||||
.end()
|
||||
.find( ".ui-li-thumb" )
|
||||
|
|
|
|||
Loading…
Reference in a new issue