Revert link color change in composer (#8784)
This commit is contained in:
parent
66daaf0748
commit
aedbeb2995
2 changed files with 1 additions and 5 deletions
|
@ -391,7 +391,7 @@ export default class MessageComposer extends React.Component<IProps, IState> {
|
|||
|
||||
{ replacementRoomId && (
|
||||
<a href={makeRoomPermalink(replacementRoomId)}
|
||||
className="mx_MessageComposer_roomReplaced_link"
|
||||
className="mx_linkButton"
|
||||
onClick={this.onTombstoneClick}
|
||||
>
|
||||
{ _t("The conversation continues here.") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue