Merge pull request #6550 from hawkeyes21/main

Fix: No mouse pointer when hovering on the Jupyter icon
This commit is contained in:
Jeremy Tuloup 2022-10-03 13:55:05 +02:00 committed by GitHub
commit 7c123a8fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 });