mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
Selectmenu: improve comment in _drawMenu
This commit is contained in:
2
ui/jquery.ui.selectmenu.js
vendored
2
ui/jquery.ui.selectmenu.js
vendored
@@ -160,7 +160,7 @@ $.widget( "ui.selectmenu", {
|
||||
})
|
||||
.data( "ui-menu" );
|
||||
|
||||
// change menu styles?
|
||||
// dropdown style needs border on bottom only
|
||||
if ( this.options.dropdown ) {
|
||||
this.menu.addClass( "ui-corner-bottom" ).removeClass( "ui-corner-all" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user