Revert link color change in composer (#8784)

t3chguy/dedup-icons-17oct
Germain 2022-06-08 10:11:14 +01:00 committed by GitHub
parent 66daaf0748
commit aedbeb2995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -58,10 +58,6 @@ limitations under the License.
.mx_VoiceMessagePrimaryContainer {
margin-right: $spacing-8;
}
a {
color: $accent;
}
}
.mx_MessageComposer_autocomplete_wrapper {

View File

@ -391,7 +391,7 @@ export default class MessageComposer extends React.Component<IProps, IState> {
&nbsp;
{ replacementRoomId && (
<a href={makeRoomPermalink(replacementRoomId)}
className="mx_MessageComposer_roomReplaced_link"
className="mx_linkButton"
onClick={this.onTombstoneClick}
>
{ _t("The conversation continues here.") }