diff options
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/button.pug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/objects/button.pug b/tpl/objects/button.pug index c356bfe..3b5de2b 100644 --- a/tpl/objects/button.pug +++ b/tpl/objects/button.pug | |||
@@ -11,6 +11,7 @@ mixin button | |||
11 | 'o-button--badge': attributes.badge, | 11 | 'o-button--badge': attributes.badge, |
12 | 'o-button--icon': !!attributes.icon && !block, | 12 | 'o-button--icon': !!attributes.icon && !block, |
13 | 'is-selected': attributes.selected, | 13 | 'is-selected': attributes.selected, |
14 | 'is-highlighted': attributes.highlighted, | ||
14 | } | 15 | } |
15 | if (attributes.theme) { | 16 | if (attributes.theme) { |
16 | classes['o-button--' + attributes.theme] = true | 17 | classes['o-button--' + attributes.theme] = true |