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

Commit aedbeb2

Browse files
author
Germain
authored
Revert link color change in composer (#8784)
1 parent 66daaf0 commit aedbeb2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

res/css/views/rooms/_MessageComposer.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ limitations under the License.
5858
.mx_VoiceMessagePrimaryContainer {
5959
margin-right: $spacing-8;
6060
}
61-
62-
a {
63-
color: $accent;
64-
}
6561
}
6662

6763
.mx_MessageComposer_autocomplete_wrapper {

src/components/views/rooms/MessageComposer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export default class MessageComposer extends React.Component<IProps, IState> {
391391
&nbsp;
392392
{ replacementRoomId && (
393393
<a href={makeRoomPermalink(replacementRoomId)}
394-
className="mx_MessageComposer_roomReplaced_link"
394+
className="mx_linkButton"
395395
onClick={this.onTombstoneClick}
396396
>
397397
{ _t("The conversation continues here.") }

0 commit comments

Comments
 (0)