@jupyterlab/nbconvert-css 4.3.4 → 4.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
- package/style/index.css +5 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/nbconvert-css",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.6",
|
|
4
4
|
"description": "CSS bundle for the JupyterLab nbconvert template",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"watch": "webpack --watch"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@jupyterlab/application": "^4.3.
|
|
35
|
-
"@jupyterlab/apputils": "^4.4.
|
|
36
|
-
"@jupyterlab/cells": "^4.3.
|
|
37
|
-
"@jupyterlab/codemirror": "^4.3.
|
|
38
|
-
"@jupyterlab/notebook": "^4.3.
|
|
39
|
-
"@jupyterlab/outputarea": "^4.3.
|
|
40
|
-
"@jupyterlab/rendermime": "^4.3.
|
|
34
|
+
"@jupyterlab/application": "^4.3.6",
|
|
35
|
+
"@jupyterlab/apputils": "^4.4.6",
|
|
36
|
+
"@jupyterlab/cells": "^4.3.6",
|
|
37
|
+
"@jupyterlab/codemirror": "^4.3.6",
|
|
38
|
+
"@jupyterlab/notebook": "^4.3.6",
|
|
39
|
+
"@jupyterlab/outputarea": "^4.3.6",
|
|
40
|
+
"@jupyterlab/rendermime": "^4.3.6"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"css-loader": "^6.7.1",
|
package/style/index.css
CHANGED
|
@@ -2891,6 +2891,7 @@ button.jp-ToolbarButtonComponent > span {
|
|
|
2891
2891
|
.jp-WindowedPanel-scrollbar {
|
|
2892
2892
|
display: none;
|
|
2893
2893
|
position: relative;
|
|
2894
|
+
user-select: none;
|
|
2894
2895
|
}
|
|
2895
2896
|
|
|
2896
2897
|
.jp-WindowedPanel.jp-mod-virtual-scrollbar > .jp-WindowedPanel-scrollbar {
|
|
@@ -5183,6 +5184,10 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
|
|
|
5183
5184
|
margin-right: -5px;
|
|
5184
5185
|
}
|
|
5185
5186
|
|
|
5187
|
+
.cm-builtin {
|
|
5188
|
+
color: var(--jp-mirror-editor-builtin-color);
|
|
5189
|
+
}
|
|
5190
|
+
|
|
5186
5191
|
.cm-searching,
|
|
5187
5192
|
.cm-searching span {
|
|
5188
5193
|
/* `.cm-searching span`: we need to override syntax highlighting */
|