From 894aee1a5ca3f01292f6db7da9a903fdb2235065 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 12 Feb 2023 20:48:13 +0100 Subject: Update --- tpl/objects/overflow-button.pug | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tpl/objects/overflow-button.pug') diff --git a/tpl/objects/overflow-button.pug b/tpl/objects/overflow-button.pug index f52f12b..301c6b3 100644 --- a/tpl/objects/overflow-button.pug +++ b/tpl/objects/overflow-button.pug @@ -7,6 +7,9 @@ mixin overflow-button 'u-d-block': attributes.block, 'is-selected': attributes.selected } + if (attributes.variant) { + classes['o-overflow-button--' + attributes.variant] = true + } if (attributes.class) { classes[attributes.class] = true; } -- cgit v1.2.3-54-g00ecf