summaryrefslogtreecommitdiff
path: root/source/features/quick-comment-edit.css
blob: b52e28563a8c376cc889052e7d74f5db0622b8d1 (plain) (blame)
1
2
3
4
5
/* Re-hide buttons when you can't leave a new comment (locked conversation or user blocked you) */
html:has(.previewable-comment-form .octicon-lock.blankslate-icon)
	.rgh-quick-comment-edit-button {
	display: none;
}