Skip to content

Commit

Permalink
Merge pull request #6550 from hawkeyes21/main
Browse files Browse the repository at this point in the history
Fix: No mouse pointer when hovering on the Jupyter icon
  • Loading branch information
jtpio authored Oct 3, 2022
2 parents 7364633 + 3d88342 commit 7c123a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/application-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ const logo: JupyterFrontEndPlugin<void> = {
elementPosition: 'center',
padding: '2px 2px 2px 8px',
height: '28px',
width: 'auto'
width: 'auto',
cursor: 'pointer'
});
logo.id = 'jp-NotebookLogo';
app.shell.add(logo, 'top', { rank: 0 });
Expand Down

0 comments on commit 7c123a8

Please sign in to comment.