diff options
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) { |