You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Reactions / editing tooltip tweaks
This commit is contained in:
@@ -69,7 +69,7 @@ export default class ReactionsRowButtonTooltip extends React.PureComponent {
|
||||
let tooltip;
|
||||
if (tooltipLabel) {
|
||||
tooltip = <Tooltip
|
||||
tooltipClassName="mx_ReactionsRowButtonTooltip mx_Tooltip_timeline"
|
||||
tooltipClassName="mx_Tooltip_timeline"
|
||||
visible={visible}
|
||||
label={tooltipLabel}
|
||||
/>;
|
||||
|
||||
@@ -449,8 +449,8 @@ module.exports = React.createClass({
|
||||
const editEvent = this.props.mxEvent.replacingEvent();
|
||||
const date = editEvent && formatDate(editEvent.getDate());
|
||||
editedTooltip = <Tooltip
|
||||
tooltipClassName="mx_EventTile_editedTooltip mx_Tooltip_timeline"
|
||||
label={_t("Edited at %(date)s.", {date})}
|
||||
tooltipClassName="mx_Tooltip_timeline"
|
||||
label={_t("Edited at %(date)s", {date})}
|
||||
/>;
|
||||
}
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user