You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Extract tooltip styling to a shared class
We want to use the same styling with edited tooltip as well, so this extracts the shared bits.
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"
|
||||
tooltipClassName="mx_ReactionsRowButtonTooltip mx_Tooltip_timeline"
|
||||
visible={visible}
|
||||
label={tooltipLabel}
|
||||
/>;
|
||||
|
||||
Reference in New Issue
Block a user