Skip to content

Commit

Permalink
Fix: no mouse pointer when hovering on the Jupyter icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeyes21 committed Oct 3, 2022
1 parent 7364633 commit 3d88342
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 3d88342

Please sign in to comment.