From e4e1059c06a36a95f778f6a93153c6c04fbe267d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2018 15:56:41 +0800 Subject: [PATCH] Roo/bootstrap/NavItem.js --- Roo/bootstrap/NavItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/NavItem.js b/Roo/bootstrap/NavItem.js index 676f250823..9ff3943cb1 100644 --- a/Roo/bootstrap/NavItem.js +++ b/Roo/bootstrap/NavItem.js @@ -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; } -- 2.39.2