mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
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
This commit is contained in:
parent
e78f05b5f6
commit
b7b822a9db
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user