diff options
| author | Volpeon <git@volpeon.ink> | 2023-01-28 09:34:19 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-01-28 09:34:19 +0100 |
| commit | ac04c0bb55f51dd18daaf6813c47a0db8525180f (patch) | |
| tree | 0905dce4274c39562b630fe73268b5eba8f101ff /tpl/objects/action-button.pug | |
| parent | Lightbox (diff) | |
| download | iro-design-ac04c0bb55f51dd18daaf6813c47a0db8525180f.tar.gz iro-design-ac04c0bb55f51dd18daaf6813c47a0db8525180f.tar.bz2 iro-design-ac04c0bb55f51dd18daaf6813c47a0db8525180f.zip | |
Added overflow button
Diffstat (limited to 'tpl/objects/action-button.pug')
| -rw-r--r-- | tpl/objects/action-button.pug | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tpl/objects/action-button.pug b/tpl/objects/action-button.pug index f99d789..e11e4a5 100644 --- a/tpl/objects/action-button.pug +++ b/tpl/objects/action-button.pug | |||
| @@ -19,6 +19,4 @@ mixin action-button | |||
| 19 | if attributes.icon | 19 | if attributes.icon |
| 20 | +icon(attributes.icon)(block=!block) | 20 | +icon(attributes.icon)(block=!block) |
| 21 | = ' ' | 21 | = ' ' |
| 22 | if block | 22 | block |
| 23 | span.o-action-button__label | ||
| 24 | block | ||
