From 3c59a39f5b6eb15b368bea1ad74e3222858c35ef Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 27 Jul 2025 13:21:57 +0200 Subject: Add highlighted state to button --- tpl/objects/button.pug | 1 + 1 file changed, 1 insertion(+) (limited to 'tpl/objects/button.pug') 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 'o-button--badge': attributes.badge, 'o-button--icon': !!attributes.icon && !block, 'is-selected': attributes.selected, + 'is-highlighted': attributes.highlighted, } if (attributes.theme) { classes['o-button--' + attributes.theme] = true -- cgit v1.2.3-70-g09d2