Skip to content

Commit b7b822a

Browse files
authored
Hides 'micro' toolbars in notebook (#6791)
* Hides 'micro' toolbars in notebook * Incremental change for more specific selector * Fix rule, remove redundant rule * Moves rule to application extension
1 parent e78f05b commit b7b822a

File tree

1 file changed

+6
-0
lines changed
  • packages/application-extension/style

1 file changed

+6
-0
lines changed

packages/application-extension/style/base.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@
2727
.jp-MimeDocument .jp-RenderedJSON {
2828
background: var(--jp-layout-color0);
2929
}
30+
31+
/* Hide the stub toolbar that appears above terminals and documents */
32+
33+
.jp-MainAreaWidget > .jp-Toolbar-micro {
34+
display: none;
35+
}

0 commit comments

Comments
 (0)