stream user link color
This commit is contained in:
@@ -77,6 +77,10 @@ class PostNoteStreamView extends NoteStreamView {
|
||||
}
|
||||
});
|
||||
|
||||
if (this.messageName === 'postThis') {
|
||||
this.messageTemplate = '{user}';
|
||||
}
|
||||
|
||||
if (this.model.get('parentId')) {
|
||||
this.createMessage();
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user