From 36750a6a4a05a28980d46cf895faf50ef35fb5dc Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 30 Oct 2023 17:01:45 +0100 Subject: Fix badge + action button combo --- tpl/views/action-button.pug | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tpl/views/action-button.pug') diff --git a/tpl/views/action-button.pug b/tpl/views/action-button.pug index 7bffe72..faa53bc 100644 --- a/tpl/views/action-button.pug +++ b/tpl/views/action-button.pug @@ -53,3 +53,12 @@ mixin view-action-button +action-button(quiet=true icon='trash' disabled=true) = ' ' +action-button(quiet=true icon='trash' selected=true disabled=true) + + .c-box + +action-button= 'Idle' + = ' ' + +action-button(icon='trash') + = ' ' + +action-button + = 'Idle' + +badge('primary')= '12' -- cgit v1.2.3-70-g09d2