summaryrefslogtreecommitdiffstats
path: root/tpl/objects/action-button.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-12 08:12:00 +0100
committerVolpeon <git@volpeon.ink>2022-02-12 08:12:00 +0100
commit1f13187d39140f1be15846e4944b4b38be849362 (patch)
treef20f483516e0cb0f758b1b5227b6b1bdaab11a44 /tpl/objects/action-button.pug
parentMade dialog scrollable (diff)
downloadiro-design-1f13187d39140f1be15846e4944b4b38be849362.tar.gz
iro-design-1f13187d39140f1be15846e4944b4b38be849362.tar.bz2
iro-design-1f13187d39140f1be15846e4944b4b38be849362.zip
Added close button to dialog
Diffstat (limited to 'tpl/objects/action-button.pug')
-rw-r--r--tpl/objects/action-button.pug1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/objects/action-button.pug b/tpl/objects/action-button.pug
index eb524a2..a695bee 100644
--- a/tpl/objects/action-button.pug
+++ b/tpl/objects/action-button.pug
@@ -6,6 +6,7 @@ mixin action-button
6 'o-action-button': true, 6 'o-action-button': true,
7 'o-action-button--block': attributes.block, 7 'o-action-button--block': attributes.block,
8 'o-action-button--quiet': attributes.quiet, 8 'o-action-button--quiet': attributes.quiet,
9 'o-action-button--round': attributes.round,
9 'is-disabled': attributes.disabled, 10 'is-disabled': attributes.disabled,
10 'is-selected': attributes.selected 11 'is-selected': attributes.selected
11 } 12 }