Roo/bootstrap/NavItem.js
authorAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 07:56:41 +0000 (15:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 07:56:41 +0000 (15:56 +0800)
Roo/bootstrap/NavItem.js

index 676f250..9ff3943 100644 (file)
@@ -100,7 +100,7 @@ Roo.extend(Roo.bootstrap.NavItem, Roo.bootstrap.Component,  {
        if (this.button_weight.length) {
            cfg.tag = this.href ? 'a' : 'button';
            cfg.html = this.html || '';
-           cfg.cls += ' btn' + (this.btn_outline ? '-outline' : '') + this.button_weight;
+           cfg.cls += ' btn btn' + (this.btn_outline ? '-outline' : '') + this.button_weight;
            if (this.href) {
                cfg.href = this.href;
            }