Skip to content

Commit d5e77e7

Browse files
committed
lint and snapshots
1 parent 2ae38df commit d5e77e7

File tree

16 files changed

+4
-4
lines changed

16 files changed

+4
-4
lines changed

packages/lab-extension/style/base.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
flex-direction: row-reverse;
1919
}
2020

21-
.jp-nb-interface-switcher-button
22-
> .jp-ToolbarButtonComponent
23-
> svg {
21+
.jp-nb-interface-switcher-button > .jp-ToolbarButtonComponent > svg {
2422
padding-left: 3px;
2523
}

packages/tree-extension/style/base.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
}
3737

3838
.jp-FileBrowser-toolbar
39-
.jp-FileAction:has(> .jp-ToolbarButtonComponent[data-command='filebrowser:delete']) {
39+
.jp-FileAction:has(
40+
> .jp-ToolbarButtonComponent[data-command='filebrowser:delete']
41+
) {
4042
background-color: var(--jp-error-color1);
4143
}
4244

9.54 KB
Loading
19.8 KB
Loading
9.12 KB
Loading
11.4 KB
Loading
4.78 KB
Loading
9.97 KB
Loading
15.5 KB
Loading
18.4 KB
Loading

0 commit comments

Comments
 (0)