diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-12 13:02:20 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-12 13:02:20 +0100 |
| commit | f7fbbe455a8b0ad13426993728d97cbdf343473c (patch) | |
| tree | 94d3305ddab1bbe926cc11a73e9e0a12e10206a4 /tpl | |
| parent | Text field update (diff) | |
| download | iro-design-f7fbbe455a8b0ad13426993728d97cbdf343473c.tar.gz iro-design-f7fbbe455a8b0ad13426993728d97cbdf343473c.tar.bz2 iro-design-f7fbbe455a8b0ad13426993728d97cbdf343473c.zip | |
Update
Diffstat (limited to 'tpl')
| -rw-r--r-- | tpl/index.pug | 2 | ||||
| -rw-r--r-- | tpl/objects/text-field.pug | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tpl/index.pug b/tpl/index.pug index 365ca52..4e56564 100644 --- a/tpl/index.pug +++ b/tpl/index.pug | |||
| @@ -528,7 +528,7 @@ html | |||
| 528 | +box | 528 | +box |
| 529 | +backdrop | 529 | +backdrop |
| 530 | +dialog('Lorem ipsum') | 530 | +dialog('Lorem ipsum') |
| 531 | p.u-mt-0= loremIpsum | 531 | p.u-mt0= loremIpsum |
| 532 | p= loremIpsum | 532 | p= loremIpsum |
| 533 | p= loremIpsum | 533 | p= loremIpsum |
| 534 | p= loremIpsum | 534 | p= loremIpsum |
diff --git a/tpl/objects/text-field.pug b/tpl/objects/text-field.pug index 24f8e21..d33d3b2 100644 --- a/tpl/objects/text-field.pug +++ b/tpl/objects/text-field.pug | |||
| @@ -16,7 +16,8 @@ mixin text-field | |||
| 16 | 'is-disabled': attributes.disabled, | 16 | 'is-disabled': attributes.disabled, |
| 17 | 'l-card': !!block, | 17 | 'l-card': !!block, |
| 18 | 'l-card--flush': !!block, | 18 | 'l-card--flush': !!block, |
| 19 | 'l-card--gapless': !!block | 19 | 'l-card--gapless': !!block, |
| 20 | 'u-p-xs': !!block | ||
| 20 | } | 21 | } |
| 21 | 22 | ||
| 22 | div(class=classes aria-disabled=attributes.disabled && String(attributes.disabled)) | 23 | div(class=classes aria-disabled=attributes.disabled && String(attributes.disabled)) |
