From 34bcfaf0fbe155633e87a8ebc569d85ae5c9a03b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 26 Jul 2025 21:19:38 +0200 Subject: Add pill style to text field --- tpl/objects/text-field.pug | 1 + 1 file changed, 1 insertion(+) (limited to 'tpl/objects') diff --git a/tpl/objects/text-field.pug b/tpl/objects/text-field.pug index 0342f01..6de30e9 100644 --- a/tpl/objects/text-field.pug +++ b/tpl/objects/text-field.pug @@ -12,6 +12,7 @@ mixin text-field let classes = { 'o-text-field': true, 'o-text-field--extended': !!block, + 'o-text-field--pill': attributes.pill, 'is-invalid': attributes.invalid, 'is-disabled': attributes.disabled, 'l-media': !!block, -- cgit v1.2.3-70-g09d2