Roo/bootstrap/NavSidebarItem.js
authoredward <edward@roojs.com>
Tue, 27 Feb 2018 03:44:41 +0000 (11:44 +0800)
committeredward <edward@roojs.com>
Tue, 27 Feb 2018 03:44:41 +0000 (11:44 +0800)
Roo/bootstrap/NavSidebarItem.js

index 406e7e8..40b7ceb 100644 (file)
@@ -71,7 +71,7 @@ Roo.extend(Roo.bootstrap.NavSidebarItem, Roo.bootstrap.NavItem,  {
             a = {
                 tag: 'button',
                 href : this.href || '#',
-                cls: 'btn btn-' + this.buttonWeight + ' btn-' + this.buttonSize,
+                cls: 'btn btn-' + this.buttonWeight + ' btn-' + this.buttonSize + 'roo-button-dropdown-toggle',
                 html : this.html,
                 cn : []
             };