UX: use solid circle to indicate selected option in polls

This commit is contained in:
Régis Hanol
2019-01-24 12:25:37 +01:00
parent 1f8ff85ff9
commit cba6bdaf52
2 changed files with 18 additions and 19 deletions

View File

@ -45,7 +45,7 @@ createWidget("discourse-poll-option", {
if (attrs.isMultiple) {
contents.push(iconNode(chosen ? "far-check-square" : "far-square"));
} else {
contents.push(iconNode(chosen ? "far-dot-circle" : "far-circle"));
contents.push(iconNode(chosen ? "circle" : "far-circle"));
}
contents.push(" ");