Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit df87173

Browse files
Checkbox: replaced ui-btn-corner-all by ui-corner-all.
1 parent f1f9827 commit df87173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/forms/checkboxradio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $.widget( "mobile.checkboxradio", $.mobile.widget, $.extend( {
6767
wrapper = document.createElement( "div" );
6868
wrapper.className = "ui-" + inputtype;
6969
input.add( label ).wrapAll( wrapper );
70-
label.addClass( "ui-btn ui-btn-corner-all ui-btn-icon-" + iconpos );
70+
label.addClass( "ui-btn ui-corner-all ui-btn-icon-" + iconpos );
7171

7272
this._on( label, {
7373
vmouseover: "_handleLabelVMouseOver",

0 commit comments

Comments
 (0)