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