summaryrefslogtreecommitdiffstats
path: root/tpl/objects/action-button.pug
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-14 08:43:12 +0100
committerVolpeon <git@volpeon.ink>2022-02-14 08:43:12 +0100
commit426bea2ee0a445708b167e06542000935dfe5cef (patch)
treeeba4c700bc0c3c1f0c9360f7b75fe096149ee2fc /tpl/objects/action-button.pug
parentAdded monospace font (diff)
downloadiro-design-426bea2ee0a445708b167e06542000935dfe5cef.tar.gz
iro-design-426bea2ee0a445708b167e06542000935dfe5cef.tar.bz2
iro-design-426bea2ee0a445708b167e06542000935dfe5cef.zip
Simplified buttons
Diffstat (limited to 'tpl/objects/action-button.pug')
-rw-r--r--tpl/objects/action-button.pug1
1 files changed, 0 insertions, 1 deletions
diff --git a/tpl/objects/action-button.pug b/tpl/objects/action-button.pug
index a695bee..d752fa6 100644
--- a/tpl/objects/action-button.pug
+++ b/tpl/objects/action-button.pug
@@ -7,7 +7,6 @@ mixin action-button
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 'o-action-button--round': attributes.round,
10 'is-disabled': attributes.disabled,
11 'is-selected': attributes.selected 10 'is-selected': attributes.selected
12 } 11 }
13 if (attributes.class) { 12 if (attributes.class) {