We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7057a commit bea9999Copy full SHA for bea9999
web_src/js/features/repo-legacy.js
@@ -232,7 +232,7 @@ export function initRepoCommentForm() {
232
233
$(this).parent().find('.item').each(function () {
234
$(this).removeClass('checked');
235
- $(this).find('.octicon').addClass('invisible');
+ $(this).find('.octicon-check').addClass('invisible');
236
});
237
238
if (selector === 'select-reviewers-modify' || selector === 'select-assignees-modify') {
0 commit comments