Skip to content

Commit da4e238

Browse files
committed
Selectmenu: remove ui-front from button
1 parent 2290e30 commit da4e238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.selectmenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $.widget( "ui.selectmenu", {
7171

7272
// Create button
7373
this.button = $( "<span>", {
74-
"class": "ui-selectmenu-button ui-widget ui-state-default ui-corner-all ui-front",
74+
"class": "ui-selectmenu-button ui-widget ui-state-default ui-corner-all",
7575
tabindex: tabindex || this.options.disabled ? -1 : 0,
7676
id: this.ids.button,
7777
width: this.element.outerWidth(),

0 commit comments

Comments
 (0)