mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: CGL fix
This commit is contained in:
parent
0be76bbcfd
commit
c20f1f8457
2
ui/jquery.ui.selectmenu.js
vendored
2
ui/jquery.ui.selectmenu.js
vendored
@ -480,7 +480,7 @@ $.widget( "ui.selectmenu", {
|
||||
return element;
|
||||
},
|
||||
|
||||
_toggleAttr: function(){
|
||||
_toggleAttr: function() {
|
||||
this.button
|
||||
.toggleClass( "ui-corner-top", this.isOpen )
|
||||
.toggleClass( "ui-corner-all", !this.isOpen );
|
||||
|
Loading…
Reference in New Issue
Block a user