mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 22:21:19 +08:00
UX: use solid circle to indicate selected option in polls
This commit is contained in:
@ -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(" ");
|
||||
|
Reference in New Issue
Block a user