From 426bea2ee0a445708b167e06542000935dfe5cef Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 14 Feb 2022 08:43:12 +0100 Subject: Simplified buttons --- tpl/objects/button.pug | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tpl/objects/button.pug') diff --git a/tpl/objects/button.pug b/tpl/objects/button.pug index 3b10ea0..8cae2f1 100644 --- a/tpl/objects/button.pug +++ b/tpl/objects/button.pug @@ -3,8 +3,7 @@ mixin a-button let classes = { 'o-button': true, 'o-button--block': attributes.block, - 'o-button--outline': attributes.outline, - 'is-disabled': attributes.disabled + 'o-button--outline': attributes.outline } if (attributes.variant) { classes['o-button--' + attributes.variant] = true -- cgit v1.2.3-54-g00ecf