diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-18 13:24:03 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-18 13:24:03 -0500 |
| commit | 66cfe6c5fab54c970ac51a4cd29ce1db50e464b3 (patch) | |
| tree | d216d1cc9c7886727811387a3277a0ba81a1ef66 /src/client/views/collections | |
| parent | 4e31a6cc1dfdfaf79ad6b3d84980efa5e350b1bf (diff) | |
fixed titling. added border for embedded docs in text boxes.
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/ParentDocumentSelector.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/ParentDocumentSelector.tsx b/src/client/views/collections/ParentDocumentSelector.tsx index 41b9e821c..027ac5a0e 100644 --- a/src/client/views/collections/ParentDocumentSelector.tsx +++ b/src/client/views/collections/ParentDocumentSelector.tsx @@ -82,7 +82,7 @@ export class ParentDocSelector extends React.Component<SelectorProps> { <SelectorContextMenu {...this.props} /> </div> ); - return <div title="Tap to View Contexts/Metadata" onPointerDown={e => e.stopPropagation()} className="parentDocumentSelector-linkFlyout"> + return <div title="Show Contexts" onPointerDown={e => e.stopPropagation()} className="parentDocumentSelector-linkFlyout"> <Flyout anchorPoint={anchorPoints.LEFT_TOP} content={flyout}> <span className="parentDocumentSelector-button" > <FontAwesomeIcon icon={faChevronCircleUp} size={"lg"} /> |
