diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-11 17:34:57 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-11 17:34:57 +0100 |
| commit | 67722515b4882458547bcbe8ac13e60ba3790a56 (patch) | |
| tree | 08ffa0f345e1e0074bfbb01466c7d0b0da0edd0b /tpl/objects/action-menu.pug | |
| parent | Update (diff) | |
| download | iro-design-67722515b4882458547bcbe8ac13e60ba3790a56.tar.gz iro-design-67722515b4882458547bcbe8ac13e60ba3790a56.tar.bz2 iro-design-67722515b4882458547bcbe8ac13e60ba3790a56.zip | |
Added backdrop and dialog
Diffstat (limited to 'tpl/objects/action-menu.pug')
| -rw-r--r-- | tpl/objects/action-menu.pug | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tpl/objects/action-menu.pug b/tpl/objects/action-menu.pug index 8c1a584..e8cecb2 100644 --- a/tpl/objects/action-menu.pug +++ b/tpl/objects/action-menu.pug | |||
| @@ -2,14 +2,7 @@ include icon.pug | |||
| 2 | include status-indicator.pug | 2 | include status-indicator.pug |
| 3 | 3 | ||
| 4 | mixin action-menu | 4 | mixin action-menu |
| 5 | - | 5 | .o-action-menu.u-ps.t-raised |
| 6 | let classes = { | ||
| 7 | 'o-action-menu': true, | ||
| 8 | 'o-action-menu--static': true, | ||
| 9 | 't-raised': true | ||
| 10 | } | ||
| 11 | |||
| 12 | div(class=classes) | ||
| 13 | block | 6 | block |
| 14 | 7 | ||
| 15 | mixin action-menu-item | 8 | mixin action-menu-item |
