Skip to content

Commit d261264

Browse files
authored
get 'read topic' coloring back, to ensure fully read threads look different (#11)
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
1 parent 2f2d7a2 commit d261264

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

app/assets/stylesheets/components/topics.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
}
193193

194194
.topic-row.topic-read {
195-
color: var(--color-text-secondary);
195+
color: var(--color-text-muted);
196196
}
197197

198198
.topic-icon-hover {
@@ -244,6 +244,15 @@
244244
}
245245
}
246246

247+
.topic-row.topic-read .topic-link {
248+
color: var(--color-text-muted);
249+
250+
&:hover {
251+
color: var(--color-text-muted);
252+
text-decoration: underline;
253+
}
254+
}
255+
247256
.activity-info {
248257
display: flex;
249258
flex-direction: column;

0 commit comments

Comments
 (0)