diff options
author | Volpeon <git@volpeon.ink> | 2025-07-23 08:34:23 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-07-23 08:34:23 +0200 |
commit | 5c878876d3bdd2c7cd094871fa0644f3310bcec8 (patch) | |
tree | 0a41059f6983040f429d786ab0ad0dbf89764e96 /tpl/objects/icon-nav.pug | |
parent | Fixed divider (diff) | |
download | iro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.tar.gz iro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.tar.bz2 iro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.zip |
Commit merge of button and badge into action-button (and rename it to button)
Diffstat (limited to 'tpl/objects/icon-nav.pug')
-rw-r--r-- | tpl/objects/icon-nav.pug | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
1 | include icon.pug | 1 | include icon.pug |
2 | include status-indicator.pug | 2 | include status-indicator.pug |
3 | include action-button.pug | 3 | include button.pug |
4 | 4 | ||
5 | mixin icon-nav | 5 | mixin icon-nav |
6 | - | 6 | - |
@@ -19,9 +19,9 @@ mixin icon-nav-item(icon) | |||
19 | - | 19 | - |
20 | let classes = { | 20 | let classes = { |
21 | 'o-icon-nav__item': true, | 21 | 'o-icon-nav__item': true, |
22 | 'o-action-button': true, | 22 | 'o-button': true, |
23 | 'o-action-button--round': true, | 23 | 'o-button--round': true, |
24 | 'o-action-button--quiet': true, | 24 | 'o-button--quiet': true, |
25 | 'is-selected': attributes.selected, | 25 | 'is-selected': attributes.selected, |
26 | } | 26 | } |
27 | if (attributes.class) { | 27 | if (attributes.class) { |