@jupyterlab/nbconvert-css 4.4.6 → 4.4.8

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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/style/index.css +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/nbconvert-css",
3
- "version": "4.4.6",
3
+ "version": "4.4.8",
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.4.6",
35
- "@jupyterlab/apputils": "^4.5.6",
36
- "@jupyterlab/cells": "^4.4.6",
37
- "@jupyterlab/codemirror": "^4.4.6",
38
- "@jupyterlab/notebook": "^4.4.6",
39
- "@jupyterlab/outputarea": "^4.4.6",
40
- "@jupyterlab/rendermime": "^4.4.6"
34
+ "@jupyterlab/application": "^4.4.8",
35
+ "@jupyterlab/apputils": "^4.5.8",
36
+ "@jupyterlab/cells": "^4.4.8",
37
+ "@jupyterlab/codemirror": "^4.4.8",
38
+ "@jupyterlab/notebook": "^4.4.8",
39
+ "@jupyterlab/outputarea": "^4.4.8",
40
+ "@jupyterlab/rendermime": "^4.4.8"
41
41
  },
42
42
  "devDependencies": {
43
43
  "css-loader": "^6.7.1",
package/style/index.css CHANGED
@@ -5989,6 +5989,7 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
5989
5989
  border: none;
5990
5990
  color: var(--jp-ui-font-color1);
5991
5991
  background-color: var(--jp-layout-color1);
5992
+ z-index: 0;
5992
5993
  }
5993
5994
 
5994
5995
  .jp-DirListing-item.jp-mod-running .jp-DirListing-itemIcon::before {