Skip to content

Commit fd27d16

Browse files
pre-commit-ci[bot]jtpio
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f6eb4fc commit fd27d16

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/application/src/shell.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class NotebookShell extends Widget implements JupyterFrontEnd.IShell {
116116
rootLayout.addWidget(hsplitPanel);
117117

118118
this.layout = rootLayout;
119-
119+
120120
// Added Skip to Main Link
121121
const skipLinkWidgetHandler = (this._skipLinkWidgetHandler = new Private.SkipLinkWidgetHandler(
122122
this
@@ -454,4 +454,3 @@ export namespace Private {
454454
private _isDisposed: boolean = false;
455455
}
456456
}
457-

packages/notebook-extension/style/base.css

-1
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,3 @@ body[data-notebook='notebooks']
304304
text-decoration: underline;
305305
color: var(--jp-content-link-color);
306306
}
307-

0 commit comments

Comments
 (0)