Mercurial > libervia-templates
changeset 330:b85b72f44f01
bulma (input/xmlui): add `list-item` class so it can be targeted easily
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 04 Jun 2021 18:20:40 +0200 |
parents | 6a26c8a43d10 |
children | 0c9f8bd0fc20 |
files | sat_templates/templates/bulma/input/xmlui.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/input/xmlui.html Fri May 07 15:38:10 2021 +0200 +++ b/sat_templates/templates/bulma/input/xmlui.html Fri Jun 04 18:20:40 2021 +0200 @@ -135,7 +135,7 @@ {% set link=on_click.formatUrl(item=xmlui.widget_value) if on_click.url else none %} <div class="media x-is-hoverable"> <div class="media-content"> - <a {{ {'class': 'has-text-black ' + xmlui|xmlui_class(item_class_fields), + <a {{ {'class': 'list-item has-text-black ' + xmlui|xmlui_class(item_class_fields), 'href':link}|xmlattr }}> <div class="content"> {% for name,label in fields %}