File tree 2 files changed +13
-1
lines changed
packages/tree-extension/style
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ /*-----------------------------------------------------------------------------
2
+ | Copyright (c) Jupyter Development Team.
3
+ |
4
+ | Distributed under the terms of the Modified BSD License.
5
+ |----------------------------------------------------------------------------*/
6
+
1
7
.jp-FileBrowser-toolbar .jp-Toolbar-item .jp-DropdownMenu ,
2
8
.jp-FileBrowser-toolbar .jp-Toolbar-item .jp-ToolbarButton ,
3
9
.jp-FileBrowser-toolbar .jp-Toolbar-item .jp-CommandToolbarButton
Original file line number Diff line number Diff line change
1
+ /*-----------------------------------------------------------------------------
2
+ | Copyright (c) Jupyter Development Team.
3
+ |
4
+ | Distributed under the terms of the Modified BSD License.
5
+ |----------------------------------------------------------------------------*/
6
+
1
7
@import url ('~@jupyterlab/filebrowser/style/index.css' );
2
8
3
9
@import url ('~@jupyter-notebook/tree/style/index.css' );
4
10
5
- @import url ( './base.css' ) ;
11
+ @import './base.css' ;
You can’t perform that action at this time.
0 commit comments