mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-21 21:01:51 +00:00
Removed buttonMarkup around +/- icon
This commit is contained in:
parent
e4ff8fb539
commit
ec8e92453e
1 changed files with 0 additions and 9 deletions
|
|
@ -47,15 +47,6 @@ $.widget( "mobile.collapsible", $.mobile.widget, {
|
|||
icon: "plus",
|
||||
theme: o.theme
|
||||
})
|
||||
.find( ".ui-icon" )
|
||||
.removeAttr( "class" )
|
||||
.buttonMarkup({
|
||||
shadow: true,
|
||||
corners: true,
|
||||
iconPos: "notext",
|
||||
icon: "plus",
|
||||
theme: o.iconTheme
|
||||
});
|
||||
|
||||
if ( !collapsibleParent.length ) {
|
||||
collapsibleHeading
|
||||
|
|
|
|||
Loading…
Reference in a new issue