diff options
| author | Volpeon <git@volpeon.ink> | 2022-03-26 14:40:11 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-03-26 14:40:11 +0100 |
| commit | e4255279ff72e5438d297888d808851cdf2178ed (patch) | |
| tree | 52fbae2c67f65376eae97025b433038d9f4a0e35 /tpl/objects/action-button.pug | |
| parent | Split demo in :target views (diff) | |
| download | iro-design-e4255279ff72e5438d297888d808851cdf2178ed.tar.gz iro-design-e4255279ff72e5438d297888d808851cdf2178ed.tar.bz2 iro-design-e4255279ff72e5438d297888d808851cdf2178ed.zip | |
Lots of updates, especially dialog
Diffstat (limited to 'tpl/objects/action-button.pug')
| -rw-r--r-- | tpl/objects/action-button.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/action-button.pug b/tpl/objects/action-button.pug index 0467bd7..f99d789 100644 --- a/tpl/objects/action-button.pug +++ b/tpl/objects/action-button.pug | |||
| @@ -4,7 +4,7 @@ mixin action-button | |||
| 4 | - | 4 | - |
| 5 | let classes = { | 5 | let classes = { |
| 6 | 'o-action-button': true, | 6 | 'o-action-button': true, |
| 7 | 'o-action-button--block': attributes.block, | 7 | 'u-d-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-selected': attributes.selected | 10 | 'is-selected': attributes.selected |
