Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 5467b22

Browse files
committed
Bugfix: Revert style for within-cell gather button to previous correct code
1 parent ea8b31f commit 5467b22

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbgather",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"keywords": [
55
"jupyter",
66
"jupyterlab"

style/index.css

+20
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,26 @@ div.CodeMirror-linebackground.jp-InputArea-editor-dependencyline {
196196
font-weight: bold;
197197
}
198198

199+
.jp-OutputArea-child {
200+
overflow: visible;
201+
}
202+
203+
.jp-Notebook :not(.jp-mod-active).jp-Cell .jp-OutputPrompt {
204+
/* XXX: Don't make the prompt translucent; make just its text translucent, so the gather buttons
205+
can be opaque. */
206+
color: rgba(0, 0, 0, 0.32);
207+
opacity: 1;
208+
}
209+
210+
.jp-OutputArea {
211+
overflow-y: visible;
212+
overflow: visible;
213+
}
214+
215+
.jp-OutputPrompt {
216+
overflow: visible;
217+
}
218+
199219
/**
200220
* NOTIFICATIONS
201221
*/

0 commit comments

Comments
 (0)