diff options
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index cf171c14b..9ccd95f24 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1972,20 +1972,18 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FormattedTextB <Tooltip title={ <div className="dash-tooltip"> - flip - {/* - <div className="dash-tooltip"> toggle (%/) between <span style={{ color: usePath === undefined ? 'black' : undefined }}> <em> primary </em> - </span> and + </span> + and <span style={{ color: usePath === 'alternate' ? 'black' : undefined }}> <em>alternate </em> </span> and show <span style={{ color: usePath === 'alternate:hover' ? 'black' : undefined }}> <em> alternate on hover</em> - </span> */} + </span> </div> }> <div |