Skip to content

Commit

Permalink
Hides 'micro' toolbars in notebook (#6791)
Browse files Browse the repository at this point in the history
* Hides 'micro' toolbars in notebook

* Incremental change for more specific selector

* Fix rule, remove redundant rule

* Moves rule to application extension
  • Loading branch information
JasonWeill authored Mar 28, 2023
1 parent e78f05b commit b7b822a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/application-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@
.jp-MimeDocument .jp-RenderedJSON {
background: var(--jp-layout-color0);
}

/* Hide the stub toolbar that appears above terminals and documents */

.jp-MainAreaWidget > .jp-Toolbar-micro {
display: none;
}

0 comments on commit b7b822a

Please sign in to comment.