Skip to content

Commit

Permalink
fix hovering and background on figure name in appbar
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Aug 28, 2019
1 parent 3f27038 commit 736a54d
Showing 1 changed file with 7 additions and 4 deletions.
Expand Up @@ -134,12 +134,15 @@ export class CircularGenomeBuilderView extends React.Component<CircularGenomeBui
<MenuRounded />
</IconButton>
<Tooltip title="Change Figure Name">
<Typography
style={{
cursor:"pointer"
}}>
<IconButton
edge="start"
color="primary"
classes={{colorPrimary: white}}
>
<Typography>
{figure ? figure.name : ""}
</Typography>
</IconButton>
</Tooltip>
<div style={{
marginLeft:"auto"
Expand Down

0 comments on commit 736a54d

Please sign in to comment.