diff options
| author | Volpeon <git@volpeon.ink> | 2022-03-25 18:29:21 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-03-25 18:29:21 +0100 |
| commit | 5e2696d9ae35b37a9f7d0fe1c52b93fb84570464 (patch) | |
| tree | e3b22a889bd4f8a6679d76dbe85c3152173947a6 /tpl/objects/menu.pug | |
| parent | Fixed vertical rule (diff) | |
| download | iro-design-5e2696d9ae35b37a9f7d0fe1c52b93fb84570464.tar.gz iro-design-5e2696d9ae35b37a9f7d0fe1c52b93fb84570464.tar.bz2 iro-design-5e2696d9ae35b37a9f7d0fe1c52b93fb84570464.zip | |
Split demo in :target views
Diffstat (limited to 'tpl/objects/menu.pug')
| -rw-r--r-- | tpl/objects/menu.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/menu.pug b/tpl/objects/menu.pug index 84321d7..c6e8223 100644 --- a/tpl/objects/menu.pug +++ b/tpl/objects/menu.pug | |||
| @@ -18,7 +18,7 @@ mixin menu-item | |||
| 18 | 'is-selected': attributes.selected, | 18 | 'is-selected': attributes.selected, |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | button(class=classes, disabled=attributes.disabled) | 21 | #{!!attributes.tag ? attributes.tag : 'button'}(class=classes)&attributes(attributes) |
| 22 | .l-card.l-card--flush.l-card--75 | 22 | .l-card.l-card--flush.l-card--75 |
| 23 | if attributes.icon | 23 | if attributes.icon |
| 24 | .l-card__block.o-menu__icon-slot | 24 | .l-card__block.o-menu__icon-slot |
