diff options
author | Volpeon <git@volpeon.ink> | 2025-07-26 21:19:38 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-07-26 21:19:38 +0200 |
commit | 34bcfaf0fbe155633e87a8ebc569d85ae5c9a03b (patch) | |
tree | fb1f5d9c2389fd4ca0cb2107bb2927f426cff5b5 /tpl/objects/text-field.pug | |
parent | Button: Brighter colored variants (diff) | |
download | iro-design-34bcfaf0fbe155633e87a8ebc569d85ae5c9a03b.tar.gz iro-design-34bcfaf0fbe155633e87a8ebc569d85ae5c9a03b.tar.bz2 iro-design-34bcfaf0fbe155633e87a8ebc569d85ae5c9a03b.zip |
Add pill style to text field
Diffstat (limited to 'tpl/objects/text-field.pug')
-rw-r--r-- | tpl/objects/text-field.pug | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
12 | let classes = { | 12 | let classes = { |
13 | 'o-text-field': true, | 13 | 'o-text-field': true, |
14 | 'o-text-field--extended': !!block, | 14 | 'o-text-field--extended': !!block, |
15 | 'o-text-field--pill': attributes.pill, | ||
15 | 'is-invalid': attributes.invalid, | 16 | 'is-invalid': attributes.invalid, |
16 | 'is-disabled': attributes.disabled, | 17 | 'is-disabled': attributes.disabled, |
17 | 'l-media': !!block, | 18 | 'l-media': !!block, |