mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: remove ui-front from button
This commit is contained in:
parent
2290e30891
commit
da4e23874d
2
ui/jquery.ui.selectmenu.js
vendored
2
ui/jquery.ui.selectmenu.js
vendored
@ -71,7 +71,7 @@ $.widget( "ui.selectmenu", {
|
|||||||
|
|
||||||
// Create button
|
// Create button
|
||||||
this.button = $( "<span>", {
|
this.button = $( "<span>", {
|
||||||
"class": "ui-selectmenu-button ui-widget ui-state-default ui-corner-all ui-front",
|
"class": "ui-selectmenu-button ui-widget ui-state-default ui-corner-all",
|
||||||
tabindex: tabindex || this.options.disabled ? -1 : 0,
|
tabindex: tabindex || this.options.disabled ? -1 : 0,
|
||||||
id: this.ids.button,
|
id: this.ids.button,
|
||||||
width: this.element.outerWidth(),
|
width: this.element.outerWidth(),
|
||||||
|
Loading…
Reference in New Issue
Block a user