From f3394212c367edfe6d2cf3843d544631e5af8f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 14 Jun 2021 11:16:06 +0100 Subject: [PATCH] Use new icons --- www/form/app-form.less | 2 +- www/form/inner.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index bea01186e..e79c4f78d 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -673,7 +673,7 @@ } } .cp-form-poll-choice, .cp-form-poll-answer { - .fa { + .fa, .cptools { display: none; } color: @cp_form-poll-color; diff --git a/www/form/inner.js b/www/form/inner.js index 11d7453e0..93258afe3 100644 --- a/www/form/inner.js +++ b/www/form/inner.js @@ -1554,7 +1554,7 @@ define([ var cell = h('div.cp-poll-cell.cp-form-poll-choice', [ h('i.fa.fa-times.cp-no'), h('i.fa.fa-check.cp-yes'), - h('i.fa.fa-question.cp-maybe'), + h('i.cptools.cptools-form-poll-maybe.cp-maybe'), ]); var $c = $(cell); $c.data('option', data);