diff options
author | Volpeon <git@volpeon.ink> | 2022-02-13 12:11:05 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-13 12:11:05 +0100 |
commit | 34578f2581ea50dc71bae98eff0f57bca6671ebc (patch) | |
tree | 00f03c59d0abd587d4cb517be2188a904a505852 /tpl/objects | |
parent | Update (diff) | |
download | iro-design-34578f2581ea50dc71bae98eff0f57bca6671ebc.tar.gz iro-design-34578f2581ea50dc71bae98eff0f57bca6671ebc.tar.bz2 iro-design-34578f2581ea50dc71bae98eff0f57bca6671ebc.zip |
Update
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/action-menu.pug | 2 | ||||
-rw-r--r-- | tpl/objects/menu.pug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tpl/objects/action-menu.pug b/tpl/objects/action-menu.pug index 751e29d..dbfc99d 100644 --- a/tpl/objects/action-menu.pug +++ b/tpl/objects/action-menu.pug | |||
@@ -7,7 +7,7 @@ mixin action-menu | |||
7 | 7 | ||
8 | mixin action-menu-item | 8 | mixin action-menu-item |
9 | button.o-action-menu__item(disabled=attributes.disabled) | 9 | button.o-action-menu__item(disabled=attributes.disabled) |
10 | .l-card.l-card--flush | 10 | .l-card.l-card--flush.l-card--sm |
11 | .l-card__block.o-action-menu__icon-slot | 11 | .l-card__block.o-action-menu__icon-slot |
12 | if attributes.icon | 12 | if attributes.icon |
13 | if attributes.iconIsStatus | 13 | if attributes.iconIsStatus |
diff --git a/tpl/objects/menu.pug b/tpl/objects/menu.pug index 97a571d..b348df8 100644 --- a/tpl/objects/menu.pug +++ b/tpl/objects/menu.pug | |||
@@ -14,7 +14,7 @@ mixin menu-item | |||
14 | } | 14 | } |
15 | 15 | ||
16 | button(class=classes, disabled=attributes.disabled) | 16 | button(class=classes, disabled=attributes.disabled) |
17 | .l-card.l-card--flush | 17 | .l-card.l-card--flush.l-card--sm |
18 | if attributes.icon | 18 | if attributes.icon |
19 | .l-card__block.o-menu__icon-slot | 19 | .l-card__block.o-menu__icon-slot |
20 | if attributes.iconIsStatus | 20 | if attributes.iconIsStatus |