Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#754 | using arrow tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed May 12, 2021
1 parent 35bdb6f commit a38e0f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SourceChildVersionAssociationWithContainer = ({ associatedWith }) => {
</Collapse>
<div className='col-md-12 no-side-padding flex-vertical-center'>
<Divider style={{width: '48%', backgroundColor: open ? BLUE : LIGHT_GRAY}} />
<Tooltip title='View associations with Sources/Collections'>
<Tooltip title='View associations with Sources/Collections' arrow>
<IconButton onClick={toggleOpen} color={open ? 'primary' : 'default'} size='small' style={{border: '1px solid', borderColor: open ? BLUE : LIGHT_GRAY}}>
{open ? <UpIcon fontSize='inherit' /> : <DownIcon fontSize='inherit' />}
</IconButton>
Expand Down

0 comments on commit a38e0f8

Please sign in to comment.