We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234d8fb commit 966ca68Copy full SHA for 966ca68
packages/tree-extension/style/base.css
@@ -0,0 +1,12 @@
1
+.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-DropdownMenu,
2
+.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-ToolbarButton,
3
+.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-CommandToolbarButton
4
+{
5
+ border: solid 1px var(--jp-border-color2);
6
+ margin: 1px;
7
+ padding: 0px;
8
+}
9
+
10
+.jp-FileBrowser-toolbar button.jp-ToolbarButtonComponent {
11
+ height: 100%;
12
packages/tree-extension/style/index.css
@@ -1,3 +1,5 @@
@import url('~@jupyterlab/filebrowser/style/index.css');
@import url('~@jupyter-notebook/tree/style/index.css');
+@import url('./base.css');
packages/tree-extension/style/index.js
import '@jupyterlab/filebrowser/style/index.js';
import '@jupyter-notebook/tree/style/index.js';
+import './base.css';
0 commit comments