@jupyterlab/nbconvert-css 4.1.0-beta.0 → 4.1.0-beta.1
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 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/nbconvert-css",
|
|
3
|
-
"version": "4.1.0-beta.
|
|
3
|
+
"version": "4.1.0-beta.1",
|
|
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.1.0-beta.
|
|
35
|
-
"@jupyterlab/apputils": "^4.2.0-beta.
|
|
36
|
-
"@jupyterlab/cells": "^4.1.0-beta.
|
|
37
|
-
"@jupyterlab/codemirror": "^4.1.0-beta.
|
|
38
|
-
"@jupyterlab/notebook": "^4.1.0-beta.
|
|
39
|
-
"@jupyterlab/outputarea": "^4.1.0-beta.
|
|
40
|
-
"@jupyterlab/rendermime": "^4.1.0-beta.
|
|
34
|
+
"@jupyterlab/application": "^4.1.0-beta.1",
|
|
35
|
+
"@jupyterlab/apputils": "^4.2.0-beta.1",
|
|
36
|
+
"@jupyterlab/cells": "^4.1.0-beta.1",
|
|
37
|
+
"@jupyterlab/codemirror": "^4.1.0-beta.1",
|
|
38
|
+
"@jupyterlab/notebook": "^4.1.0-beta.1",
|
|
39
|
+
"@jupyterlab/outputarea": "^4.1.0-beta.1",
|
|
40
|
+
"@jupyterlab/rendermime": "^4.1.0-beta.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"css-loader": "^6.7.1",
|
package/style/index.css
CHANGED
|
@@ -2452,6 +2452,11 @@ input.jp-mod-styled:focus {
|
|
|
2452
2452
|
box-shadow: inset 0 0 4px var(--md-blue-300);
|
|
2453
2453
|
}
|
|
2454
2454
|
|
|
2455
|
+
input[type='checkbox'].jp-mod-styled:focus-visible {
|
|
2456
|
+
outline: var(--jp-border-width) solid var(--jp-input-active-border-color);
|
|
2457
|
+
outline-offset: 1px;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2455
2460
|
.jp-select-wrapper {
|
|
2456
2461
|
display: flex;
|
|
2457
2462
|
position: relative;
|
|
@@ -3559,11 +3564,6 @@ button.jp-Dialog-close-button {
|
|
|
3559
3564
|
padding-right: 5px;
|
|
3560
3565
|
}
|
|
3561
3566
|
|
|
3562
|
-
.jp-Dialog-checkbox > input:focus-visible {
|
|
3563
|
-
outline: 1px solid var(--jp-input-active-border-color);
|
|
3564
|
-
outline-offset: 1px;
|
|
3565
|
-
}
|
|
3566
|
-
|
|
3567
3567
|
.jp-Dialog-spacer {
|
|
3568
3568
|
flex: 1 1 auto;
|
|
3569
3569
|
}
|