@jupyterlab/nbconvert-css 4.0.0-alpha.19 → 4.0.0-alpha.20
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 +44 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/nbconvert-css",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.20",
|
|
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.0.0-alpha.
|
|
35
|
-
"@jupyterlab/apputils": "^4.0.0-alpha.
|
|
36
|
-
"@jupyterlab/cells": "^4.0.0-alpha.
|
|
37
|
-
"@jupyterlab/codemirror": "^4.0.0-alpha.
|
|
38
|
-
"@jupyterlab/notebook": "^4.0.0-alpha.
|
|
39
|
-
"@jupyterlab/outputarea": "^4.0.0-alpha.
|
|
40
|
-
"@jupyterlab/rendermime": "^4.0.0-alpha.
|
|
34
|
+
"@jupyterlab/application": "^4.0.0-alpha.20",
|
|
35
|
+
"@jupyterlab/apputils": "^4.0.0-alpha.20",
|
|
36
|
+
"@jupyterlab/cells": "^4.0.0-alpha.20",
|
|
37
|
+
"@jupyterlab/codemirror": "^4.0.0-alpha.20",
|
|
38
|
+
"@jupyterlab/notebook": "^4.0.0-alpha.20",
|
|
39
|
+
"@jupyterlab/outputarea": "^4.0.0-alpha.20",
|
|
40
|
+
"@jupyterlab/rendermime": "^4.0.0-alpha.20"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"css-loader": "^6.7.1",
|
package/style/index.css
CHANGED
|
@@ -222,7 +222,6 @@
|
|
|
222
222
|
box-sizing: border-box;
|
|
223
223
|
position: relative;
|
|
224
224
|
overflow: hidden;
|
|
225
|
-
cursor: default;
|
|
226
225
|
}
|
|
227
226
|
|
|
228
227
|
.lm-Widget.lm-mod-hidden {
|
|
@@ -4568,8 +4567,12 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
4568
4567
|
.jp-DocumentSearch-input {
|
|
4569
4568
|
border: none;
|
|
4570
4569
|
outline: none;
|
|
4570
|
+
color: var(--jp-ui-font-color0);
|
|
4571
4571
|
font-size: var(--jp-ui-font-size1);
|
|
4572
4572
|
background-color: var(--jp-layout-color0);
|
|
4573
|
+
font-family: var(--jp-ui-font-family);
|
|
4574
|
+
padding: 2px 1px;
|
|
4575
|
+
resize: none;
|
|
4573
4576
|
}
|
|
4574
4577
|
|
|
4575
4578
|
.jp-DocumentSearch-overlay {
|
|
@@ -4606,11 +4609,6 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
4606
4609
|
margin-bottom: 2px;
|
|
4607
4610
|
}
|
|
4608
4611
|
|
|
4609
|
-
.jp-DocumentSearch-overlay * {
|
|
4610
|
-
color: var(--jp-ui-font-color0);
|
|
4611
|
-
background-position: center;
|
|
4612
|
-
}
|
|
4613
|
-
|
|
4614
4612
|
.jp-DocumentSearch-button-content {
|
|
4615
4613
|
display: inline-block;
|
|
4616
4614
|
cursor: pointer;
|
|
@@ -4635,10 +4633,6 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
4635
4633
|
border-color: var(--jp-cell-editor-active-border-color);
|
|
4636
4634
|
}
|
|
4637
4635
|
|
|
4638
|
-
.jp-DocumentSearch-input-wrapper * {
|
|
4639
|
-
background-color: var(--jp-layout-color0);
|
|
4640
|
-
}
|
|
4641
|
-
|
|
4642
4636
|
.jp-DocumentSearch-toggle-wrapper,
|
|
4643
4637
|
.jp-DocumentSearch-button-wrapper {
|
|
4644
4638
|
all: initial;
|
|
@@ -4646,7 +4640,6 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
4646
4640
|
display: inline-block;
|
|
4647
4641
|
border: none;
|
|
4648
4642
|
box-sizing: border-box;
|
|
4649
|
-
background-repeat: no-repeat;
|
|
4650
4643
|
}
|
|
4651
4644
|
|
|
4652
4645
|
.jp-DocumentSearch-toggle-wrapper {
|
|
@@ -4717,8 +4710,6 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
4717
4710
|
border: none;
|
|
4718
4711
|
width: var(--jp-private-document-search-button-height);
|
|
4719
4712
|
height: var(--jp-private-document-search-button-height);
|
|
4720
|
-
background-repeat: no-repeat;
|
|
4721
|
-
background-position: center;
|
|
4722
4713
|
vertical-align: middle;
|
|
4723
4714
|
margin: 1px 5px 2px;
|
|
4724
4715
|
}
|
|
@@ -4771,8 +4762,9 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
4771
4762
|
display: inline-block;
|
|
4772
4763
|
box-sizing: border-box;
|
|
4773
4764
|
border: var(--jp-border-width) solid var(--jp-border-color0);
|
|
4774
|
-
margin: 2px;
|
|
4765
|
+
margin: auto 2px;
|
|
4775
4766
|
padding: 1px 4px;
|
|
4767
|
+
height: calc(var(--jp-private-document-search-button-height) + 2px);
|
|
4776
4768
|
}
|
|
4777
4769
|
|
|
4778
4770
|
.jp-DocumentSearch-replace-button-wrapper:focus {
|
|
@@ -4978,6 +4970,8 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
4978
4970
|
}
|
|
4979
4971
|
|
|
4980
4972
|
.jp-FileBrowser-toolbar.jp-Toolbar {
|
|
4973
|
+
flex-wrap: wrap;
|
|
4974
|
+
row-gap: 12px;
|
|
4981
4975
|
border-bottom: none;
|
|
4982
4976
|
height: auto;
|
|
4983
4977
|
margin: 8px 12px 0;
|
|
@@ -5025,6 +5019,8 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
5025
5019
|
flex: 0 0 auto;
|
|
5026
5020
|
padding-left: 0;
|
|
5027
5021
|
padding-right: 2px;
|
|
5022
|
+
align-items: center;
|
|
5023
|
+
height: unset;
|
|
5028
5024
|
}
|
|
5029
5025
|
|
|
5030
5026
|
.jp-FileBrowser-toolbar > .jp-Toolbar-item .jp-ToolbarButtonComponent {
|
|
@@ -5047,10 +5043,8 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
5047
5043
|
display: none;
|
|
5048
5044
|
}
|
|
5049
5045
|
|
|
5050
|
-
.jp-
|
|
5051
|
-
|
|
5052
|
-
flex: 0 0 auto;
|
|
5053
|
-
margin: 8px 12px 0;
|
|
5046
|
+
.jp-FileSize-hidden {
|
|
5047
|
+
display: none;
|
|
5054
5048
|
}
|
|
5055
5049
|
|
|
5056
5050
|
.jp-FileBrowser .lm-AccordionPanel > h3:first-child {
|
|
@@ -5104,6 +5098,12 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
5104
5098
|
text-align: right;
|
|
5105
5099
|
}
|
|
5106
5100
|
|
|
5101
|
+
.jp-DirListing-headerItem.jp-id-filesize {
|
|
5102
|
+
flex: 0 0 75px;
|
|
5103
|
+
border-left: var(--jp-border-width) solid var(--jp-border-color2);
|
|
5104
|
+
text-align: right;
|
|
5105
|
+
}
|
|
5106
|
+
|
|
5107
5107
|
.jp-id-narrow {
|
|
5108
5108
|
display: none;
|
|
5109
5109
|
flex: 0 0 5px;
|
|
@@ -5233,6 +5233,11 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
5233
5233
|
text-align: right;
|
|
5234
5234
|
}
|
|
5235
5235
|
|
|
5236
|
+
.jp-DirListing-itemFileSize {
|
|
5237
|
+
flex: 0 0 90px;
|
|
5238
|
+
text-align: right;
|
|
5239
|
+
}
|
|
5240
|
+
|
|
5236
5241
|
.jp-DirListing-editor {
|
|
5237
5242
|
flex: 1 0 64px;
|
|
5238
5243
|
outline: none;
|
|
@@ -5334,6 +5339,23 @@ h6:hover .jp-InternalAnchorLink {
|
|
|
5334
5339
|
-ms-user-select: text;
|
|
5335
5340
|
}
|
|
5336
5341
|
|
|
5342
|
+
/**
|
|
5343
|
+
* Prompt overlay.
|
|
5344
|
+
*/
|
|
5345
|
+
|
|
5346
|
+
.jp-OutputArea-promptOverlay {
|
|
5347
|
+
position: absolute;
|
|
5348
|
+
top: 0;
|
|
5349
|
+
width: var(--jp-cell-prompt-width);
|
|
5350
|
+
height: 100%;
|
|
5351
|
+
opacity: 0.5;
|
|
5352
|
+
}
|
|
5353
|
+
|
|
5354
|
+
.jp-OutputArea-promptOverlay:hover {
|
|
5355
|
+
background: var(--jp-layout-color2);
|
|
5356
|
+
box-shadow: inset 0 0 1px var(--jp-inverse-layout-color0);
|
|
5357
|
+
}
|
|
5358
|
+
|
|
5337
5359
|
/**
|
|
5338
5360
|
* Isolated output.
|
|
5339
5361
|
*/
|
|
@@ -5923,6 +5945,10 @@ Note: input and output wrappers have "display: block" propery in print mode.
|
|
|
5923
5945
|
);
|
|
5924
5946
|
}
|
|
5925
5947
|
|
|
5948
|
+
.jp-CodeCell.jp-mod-outputsScrolled .jp-OutputArea-promptOverlay {
|
|
5949
|
+
left: calc(-1 * var(--jp-private-cell-scrolling-output-offset));
|
|
5950
|
+
}
|
|
5951
|
+
|
|
5926
5952
|
/*-----------------------------------------------------------------------------
|
|
5927
5953
|
| CodeCell
|
|
5928
5954
|
|----------------------------------------------------------------------------*/
|