diff options
Diffstat (limited to 'tpl/objects/action-button.pug')
| -rw-r--r-- | tpl/objects/action-button.pug | 1 |
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) { |
