We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6eb4fc commit fd27d16Copy full SHA for fd27d16
packages/application/src/shell.ts
@@ -116,7 +116,7 @@ export class NotebookShell extends Widget implements JupyterFrontEnd.IShell {
116
rootLayout.addWidget(hsplitPanel);
117
118
this.layout = rootLayout;
119
-
+
120
// Added Skip to Main Link
121
const skipLinkWidgetHandler = (this._skipLinkWidgetHandler = new Private.SkipLinkWidgetHandler(
122
this
@@ -454,4 +454,3 @@ export namespace Private {
454
private _isDisposed: boolean = false;
455
}
456
457
packages/notebook-extension/style/base.css
@@ -304,4 +304,3 @@ body[data-notebook='notebooks']
304
text-decoration: underline;
305
color: var(--jp-content-link-color);
306
307
0 commit comments