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

Commit 9481425

Browse files
committed
Button: remove inherit theme btn should have no default theme class
1 parent 536f153 commit 9481425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/forms/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $.widget( "mobile.button", {
1414
initSelector: "input[type='button'], input[type='submit'], input[type='reset']",
1515

1616
options: {
17-
theme: "inherit",
17+
theme: null,
1818
icon: null,
1919
iconpos: "left",
2020
iconshadow: false, /* TODO: Deprecated in 1.4, remove in 1.5. */

0 commit comments

Comments
 (0)