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

Commit

Permalink
Revert link color change in composer (#8784)
Browse files Browse the repository at this point in the history
(cherry picked from commit aedbeb2)
  • Loading branch information
Germain authored and t3chguy committed Jun 14, 2022
1 parent d345655 commit 7547788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions res/css/views/rooms/_MessageComposer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ 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_MessageComposer_roomReplaced_link"
className="mx_linkButton"
onClick={this.onTombstoneClick}
>
{ _t("The conversation continues here.") }
Expand Down

0 comments on commit 7547788

Please sign in to comment.