stream user link color

This commit is contained in:
Yuri Kuznetsov
2025-05-23 20:48:31 +03:00
parent d8f7127528
commit bfe109e9e4
2 changed files with 26 additions and 0 deletions
+4
View File
@@ -77,6 +77,10 @@ class PostNoteStreamView extends NoteStreamView {
}
});
if (this.messageName === 'postThis') {
this.messageTemplate = '{user}';
}
if (this.model.get('parentId')) {
this.createMessage();
+22
View File
@@ -2305,6 +2305,28 @@ td > span.color-icon {
text-align: center;
margin-right: var(--6px);
}
[data-key="user"] {
> a {
&,
&:hover,
&:focus {
color: var(--btn-text-color);
}
}
}
.message {
a {
&[data-scope="User"] {
&,
&:hover,
&:focus {
color: var(--btn-text-color);
}
}
}
}
}
.stream-post-container,