mirror of https://github.com/vector-im/riot-web
Revert link color change in composer (#8784)
parent
66daaf0748
commit
aedbeb2995
|
@ -58,10 +58,6 @@ limitations under the License.
|
||||||
.mx_VoiceMessagePrimaryContainer {
|
.mx_VoiceMessagePrimaryContainer {
|
||||||
margin-right: $spacing-8;
|
margin-right: $spacing-8;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
color: $accent;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageComposer_autocomplete_wrapper {
|
.mx_MessageComposer_autocomplete_wrapper {
|
||||||
|
|
|
@ -391,7 +391,7 @@ export default class MessageComposer extends React.Component<IProps, IState> {
|
||||||
|
|
||||||
{ replacementRoomId && (
|
{ replacementRoomId && (
|
||||||
<a href={makeRoomPermalink(replacementRoomId)}
|
<a href={makeRoomPermalink(replacementRoomId)}
|
||||||
className="mx_MessageComposer_roomReplaced_link"
|
className="mx_linkButton"
|
||||||
onClick={this.onTombstoneClick}
|
onClick={this.onTombstoneClick}
|
||||||
>
|
>
|
||||||
{ _t("The conversation continues here.") }
|
{ _t("The conversation continues here.") }
|
||||||
|
|
Loading…
Reference in New Issue