Skip to content

Commit

Permalink
Fix rule, remove redundant rule
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill committed Mar 24, 2023
1 parent b9ddb06 commit c9692cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions packages/notebook-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ body[data-notebook='notebooks']
}
}

/* Hide the stub toolbar that appears above notebooks */

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

/* Mobile View */

body[data-format='mobile'] .jp-NotebookCheckpoint {
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal-extension/style/base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Hide the stub toolbar that appears above terminals */

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

0 comments on commit c9692cf

Please sign in to comment.