diff options
author | Volpeon <git@volpeon.ink> | 2022-02-07 21:17:53 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-07 21:17:53 +0100 |
commit | 7213f51c4d982a2eaf988574f109d13f55dbc285 (patch) | |
tree | ca795995a04a2845324804d87bd4409d6dadc6b5 /tpl/objects | |
parent | Improved action menu example (diff) | |
download | iro-design-7213f51c4d982a2eaf988574f109d13f55dbc285.tar.gz iro-design-7213f51c4d982a2eaf988574f109d13f55dbc285.tar.bz2 iro-design-7213f51c4d982a2eaf988574f109d13f55dbc285.zip |
Update
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/action-menu.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/action-menu.pug b/tpl/objects/action-menu.pug index e236b7c..0f690ce 100644 --- a/tpl/objects/action-menu.pug +++ b/tpl/objects/action-menu.pug | |||
@@ -14,7 +14,7 @@ mixin action-menu | |||
14 | block | 14 | block |
15 | 15 | ||
16 | mixin action-menu-item | 16 | mixin action-menu-item |
17 | button.o-action-menu__item.o-action-menu__item--native | 17 | button.o-action-menu__item.o-action-menu__item--native(disabled=attributes.disabled) |
18 | .l-card.l-card--flush | 18 | .l-card.l-card--flush |
19 | .l-card__block.o-action-menu__icon-slot | 19 | .l-card__block.o-action-menu__icon-slot |
20 | if attributes.icon | 20 | if attributes.icon |