We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abb930 commit 2e44704Copy full SHA for 2e44704
js/jquery.mobile.buttonMarkup.js
@@ -94,7 +94,7 @@ $.fn.buttonMarkup = function( options ) {
94
}
95
96
buttonClass = "ui-btn ui-btn-" + o.theme;
97
- buttonClass += ( hover ? "ui-btn-hover-" + o.theme : "" );
+ buttonClass += ( hover ? " ui-btn-hover-" + o.theme : "" );
98
buttonClass += ( state ? " ui-btn-" + state + "-" + o.theme : "" );
99
buttonClass += o.shadow ? " ui-shadow" : "";
100
buttonClass += o.corners ? " ui-btn-corner-all" : "";
0 commit comments