1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Reactions / editing tooltip tweaks

This commit is contained in:
J. Ryan Stinnett
2019-05-17 15:04:27 +01:00
parent dbcf6af12d
commit 43c9e6d942
6 changed files with 9 additions and 16 deletions

View File

@@ -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}
/>;