mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
removeClass( "ui-link" ) on first anchor in the li
This commit is contained in:
parent
88d5f0f89a
commit
eed95e982d
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ $.widget( "mobile.listview", $.mobile.widget, {
|
|||
item.addClass( "ui-li-has-arrow" );
|
||||
}
|
||||
|
||||
a.first().addClass( "ui-link-inherit" );
|
||||
a.first().removeClass( "ui-link" ).addClass( "ui-link-inherit" );
|
||||
|
||||
if ( a.length > 1 ) {
|
||||
itemClass += " ui-li-has-alt";
|
||||
|
|
|
|||
Loading…
Reference in a new issue