Skip to content

Commit 5558318

Browse files
committed
Fix rule, remove redundant rule
1 parent 8e23e75 commit 5558318

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

packages/notebook-extension/style/base.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ body[data-notebook='notebooks']
122122
}
123123
}
124124

125-
/* Hide the stub toolbar that appears above notebooks */
126-
127-
jp-MainAreaWidget > .jp-Toolbar-micro {
128-
display: none;
129-
}
130-
131125
/* Mobile View */
132126

133127
body[data-format='mobile'] .jp-NotebookCheckpoint {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Hide the stub toolbar that appears above terminals */
22

3-
jp-MainAreaWidget > .jp-Toolbar-micro {
3+
.jp-MainAreaWidget > .jp-Toolbar-micro {
44
display: none;
55
}

0 commit comments

Comments
 (0)