summaryrefslogtreecommitdiff
path: root/source/features/hide-low-quality-comments.css
blob: 9334b459e8f035182b8fde066549ef549144d4b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.rgh-low-quality-comments-note {
	margin: 15px 0 10px 60px;
	font-size: 12px;
	color: var(--color-fg-muted);
}

.rgh-hidden-comment .timeline-comment {
	border-color: var(--rgh-red);
}

.rgh-hidden-comment .timeline-comment--caret::before {
	background-color: var(--rgh-red);
}

.rgh-hidden-comment .timeline-comment--caret::after {
	left: -7px; /* make caret border 1px */
}