Skip to content

Commit 1496f5a

Browse files
committed
Revert d61d6b0^..HEAD
1 parent d61d6b0 commit 1496f5a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

js/jquery.mobile.listview.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,8 @@ $.widget( "mobile.listview", $.mobile.widget, {
8787
.addClass( "ui-corner-top" );
8888

8989
$topli.add( $topli.find( ".ui-btn-inner" ) )
90-
// exclude the ui-btn-inner span in split lists
91-
.not( ".ui-li-link-alt span:first-child" ) )
92-
// give the glowing top-border a radius
93-
.addClass( "ui-corner-top" )
94-
.end()
95-
// include the first span in split lists for border-right-radius setting
96-
.find( ".ui-li-link-alt, .ui-li-link-alt span:first-child" )
90+
.find( ".ui-li-link-alt" )
91+
9792
.addClass( "ui-corner-tr" )
9893
.end()
9994
.find( ".ui-li-thumb" )

0 commit comments

Comments
 (0)