Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Revert "Revert link color change in composer (#8784)"
Browse files Browse the repository at this point in the history
This reverts commit aedbeb2.
  • Loading branch information
t3chguy committed Jun 14, 2022
1 parent c9b5ee7 commit cdbdfdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions res/css/views/rooms/_MessageComposer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ limitations under the License.
.mx_VoiceMessagePrimaryContainer {
margin-right: $spacing-8;
}

a {
color: $accent;
}
}

.mx_MessageComposer_autocomplete_wrapper {
Expand Down
2 changes: 1 addition & 1 deletion src/components/views/rooms/MessageComposer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export default class MessageComposer extends React.Component<IProps, IState> {
&nbsp;
{ replacementRoomId && (
<a href={makeRoomPermalink(replacementRoomId)}
className="mx_linkButton"
className="mx_MessageComposer_roomReplaced_link"
onClick={this.onTombstoneClick}
>
{ _t("The conversation continues here.") }
Expand Down

0 comments on commit cdbdfdb

Please sign in to comment.