aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-03-11 18:32:28 -0400
committerHannah Chow <hannah_chow@brown.edu>2019-03-11 18:32:28 -0400
commit31c9722ed5e587d3ae294db83c134b8e6ad050f8 (patch)
treea148ca85f25c7deda69bc2c816df5f74aac5f082 /src/client/views/DocumentDecorations.tsx
parenta51b3df668ceaa856396309dec546c8e879d2df0 (diff)
added tooltips
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
-rw-r--r--src/client/views/DocumentDecorations.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx
index b75644ecd..313b35ca8 100644
--- a/src/client/views/DocumentDecorations.tsx
+++ b/src/client/views/DocumentDecorations.tsx
@@ -234,7 +234,7 @@ export class DocumentDecorations extends React.Component {
<div id="documentDecorations-bottomResizer" className="documentDecorations-resizer" onPointerDown={this.onPointerDown} onContextMenu={(e) => e.preventDefault()}></div>
<div id="documentDecorations-bottomRightResizer" className="documentDecorations-resizer" onPointerDown={this.onPointerDown} onContextMenu={(e) => e.preventDefault()}></div>
- <div className="linkFlyout">{linkButton}</div>
+ <div title="View Links" className="linkFlyout">{linkButton}</div>
</div >
)