We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2d7a2 commit d261264Copy full SHA for d261264
app/assets/stylesheets/components/topics.css
@@ -192,7 +192,7 @@
192
}
193
194
.topic-row.topic-read {
195
- color: var(--color-text-secondary);
+ color: var(--color-text-muted);
196
197
198
.topic-icon-hover {
@@ -244,6 +244,15 @@
244
245
246
247
+.topic-row.topic-read .topic-link {
248
249
+
250
+ &:hover {
251
252
+ text-decoration: underline;
253
+ }
254
+}
255
256
.activity-info {
257
display: flex;
258
flex-direction: column;
0 commit comments