This is an automated email from the git hooks/post-receive script. New commit to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 7ab5d23022e03cf23496e079448f16c5c67f3e61 Author: jcouteau <couteau@codelutin.com> Date: Fri Oct 11 11:45:08 2019 +0200 Red delete button --- pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html index 5f78ba04..11fd2dc7 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html @@ -84,7 +84,7 @@ import "./CheckEmails.tag.html"; </button> <button type={form.creation || form.model.closed ? "button" : "submit"} - class="c-button c-button--info" + class="c-button c-button--error" tabindex="1" onclick={deleteQuestion} disabled={form.model.questions.length === 1}> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.