mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Merge pull request #6550 from hawkeyes21/main
Fix: No mouse pointer when hovering on the Jupyter icon
This commit is contained in:
commit
7c123a8fb1
@ -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 });
|
||||
|
Loading…
Reference in New Issue
Block a user