Skip to content

Commit 0c128d1

Browse files
committed
Add missing headers
1 parent b833ad1 commit 0c128d1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/tree-extension/style/base.css

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*-----------------------------------------------------------------------------
2+
| Copyright (c) Jupyter Development Team.
3+
|
4+
| Distributed under the terms of the Modified BSD License.
5+
|----------------------------------------------------------------------------*/
6+
17
.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-DropdownMenu,
28
.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-ToolbarButton,
39
.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-CommandToolbarButton
+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
/*-----------------------------------------------------------------------------
2+
| Copyright (c) Jupyter Development Team.
3+
|
4+
| Distributed under the terms of the Modified BSD License.
5+
|----------------------------------------------------------------------------*/
6+
17
@import url('~@jupyterlab/filebrowser/style/index.css');
28

39
@import url('~@jupyter-notebook/tree/style/index.css');
410

5-
@import url('./base.css');
11+
@import './base.css';

0 commit comments

Comments
 (0)