@jupyterlab/nbconvert-css 3.6.0-alpha.5 → 3.6.0-rc.0
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 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/nbconvert-css",
|
|
3
|
-
"version": "3.6.0-
|
|
3
|
+
"version": "3.6.0-rc.0",
|
|
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": "^3.6.0-
|
|
35
|
-
"@jupyterlab/apputils": "^3.6.0-
|
|
36
|
-
"@jupyterlab/cells": "^3.6.0-
|
|
37
|
-
"@jupyterlab/codemirror": "^3.6.0-
|
|
38
|
-
"@jupyterlab/notebook": "^3.6.0-
|
|
39
|
-
"@jupyterlab/outputarea": "^3.6.0-
|
|
40
|
-
"@jupyterlab/rendermime": "^3.6.0-
|
|
34
|
+
"@jupyterlab/application": "^3.6.0-rc.0",
|
|
35
|
+
"@jupyterlab/apputils": "^3.6.0-rc.0",
|
|
36
|
+
"@jupyterlab/cells": "^3.6.0-rc.0",
|
|
37
|
+
"@jupyterlab/codemirror": "^3.6.0-rc.0",
|
|
38
|
+
"@jupyterlab/notebook": "^3.6.0-rc.0",
|
|
39
|
+
"@jupyterlab/outputarea": "^3.6.0-rc.0",
|
|
40
|
+
"@jupyterlab/rendermime": "^3.6.0-rc.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"css-loader": "^5.0.1",
|
package/style/index.css
CHANGED
|
@@ -9716,6 +9716,7 @@ span.bp3-popover-target{
|
|
|
9716
9716
|
align-items: center;
|
|
9717
9717
|
display: flex;
|
|
9718
9718
|
padding: 4px;
|
|
9719
|
+
padding-bottom: 5px;
|
|
9719
9720
|
margin-right: 1px;
|
|
9720
9721
|
background-color: var(--jp-layout-color2);
|
|
9721
9722
|
}
|
|
@@ -10379,13 +10380,6 @@ a:hover {
|
|
|
10379
10380
|
color: unset;
|
|
10380
10381
|
}
|
|
10381
10382
|
|
|
10382
|
-
/* Override Blueprint's _accessibility.scss styles */
|
|
10383
|
-
:focus {
|
|
10384
|
-
outline: unset;
|
|
10385
|
-
outline-offset: unset;
|
|
10386
|
-
-moz-outline-radius: unset;
|
|
10387
|
-
}
|
|
10388
|
-
|
|
10389
10383
|
/* Styles for ui-components */
|
|
10390
10384
|
.jp-Button {
|
|
10391
10385
|
border-radius: var(--jp-border-radius);
|
|
@@ -13121,7 +13115,8 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
13121
13115
|
}
|
|
13122
13116
|
|
|
13123
13117
|
.jp-DirListing:focus-visible {
|
|
13124
|
-
|
|
13118
|
+
outline: 1px solid var(--jp-brand-color1);
|
|
13119
|
+
outline-offset: -2px;
|
|
13125
13120
|
}
|
|
13126
13121
|
|
|
13127
13122
|
.jp-DirListing-header {
|
|
@@ -13976,8 +13971,8 @@ body[data-format='mobile'] .jp-InputPrompt {
|
|
|
13976
13971
|
.jp-Notebook-ExecutionIndicator-tooltip {
|
|
13977
13972
|
visibility: hidden;
|
|
13978
13973
|
height: auto;
|
|
13979
|
-
width:
|
|
13980
|
-
width: -moz-
|
|
13974
|
+
width: max-content;
|
|
13975
|
+
width: -moz-max-content;
|
|
13981
13976
|
background-color: var(--jp-layout-color2);
|
|
13982
13977
|
color: var(--jp-ui-font-color1);
|
|
13983
13978
|
text-align: justify;
|