diff options
Diffstat (limited to 'tpl/objects/bubble.pug')
| -rw-r--r-- | tpl/objects/bubble.pug | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tpl/objects/bubble.pug b/tpl/objects/bubble.pug index 03fb10d..52f8949 100644 --- a/tpl/objects/bubble.pug +++ b/tpl/objects/bubble.pug | |||
| @@ -8,9 +8,10 @@ mixin bubble(user) | |||
| 8 | block ? block() : undefined | 8 | block ? block() : undefined |
| 9 | 9 | ||
| 10 | let classes = { | 10 | let classes = { |
| 11 | 'o-bubble': true, | 11 | 'o-bubble': true, |
| 12 | 'o-bubble--75': attributes.compact, | 12 | 'o-bubble--75': attributes.compact, |
| 13 | 't-raised': !attributes.theme | 13 | 'o-bubble--highlight': attributes.highlight, |
| 14 | 't-raised': !attributes.theme | ||
| 14 | } | 15 | } |
| 15 | if (attributes.class) { | 16 | if (attributes.class) { |
| 16 | classes[attributes.class] = true | 17 | classes[attributes.class] = true |
