From 5c878876d3bdd2c7cd094871fa0644f3310bcec8 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 23 Jul 2025 08:34:23 +0200 Subject: Commit merge of button and badge into action-button (and rename it to button) --- tpl/objects/icon-nav.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tpl/objects/icon-nav.pug') diff --git a/tpl/objects/icon-nav.pug b/tpl/objects/icon-nav.pug index f1c7d8a..afdf2db 100644 --- a/tpl/objects/icon-nav.pug +++ b/tpl/objects/icon-nav.pug @@ -1,6 +1,6 @@ include icon.pug include status-indicator.pug -include action-button.pug +include button.pug mixin icon-nav - @@ -19,9 +19,9 @@ mixin icon-nav-item(icon) - let classes = { 'o-icon-nav__item': true, - 'o-action-button': true, - 'o-action-button--round': true, - 'o-action-button--quiet': true, + 'o-button': true, + 'o-button--round': true, + 'o-button--quiet': true, 'is-selected': attributes.selected, } if (attributes.class) { -- cgit v1.2.3-70-g09d2