@jupyterlab/nbconvert-css 4.1.5 → 4.2.0-alpha.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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/style/index.css +9 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/nbconvert-css",
3
- "version": "4.1.5",
3
+ "version": "4.2.0-alpha.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.5",
35
- "@jupyterlab/apputils": "^4.2.5",
36
- "@jupyterlab/cells": "^4.1.5",
37
- "@jupyterlab/codemirror": "^4.1.5",
38
- "@jupyterlab/notebook": "^4.1.5",
39
- "@jupyterlab/outputarea": "^4.1.5",
40
- "@jupyterlab/rendermime": "^4.1.5"
34
+ "@jupyterlab/application": "^4.2.0-alpha.1",
35
+ "@jupyterlab/apputils": "^4.3.0-alpha.1",
36
+ "@jupyterlab/cells": "^4.2.0-alpha.1",
37
+ "@jupyterlab/codemirror": "^4.2.0-alpha.1",
38
+ "@jupyterlab/notebook": "^4.2.0-alpha.1",
39
+ "@jupyterlab/outputarea": "^4.2.0-alpha.1",
40
+ "@jupyterlab/rendermime": "^4.2.0-alpha.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "css-loader": "^6.7.1",
package/style/index.css CHANGED
@@ -4758,11 +4758,16 @@ h6:hover .jp-InternalAnchorLink {
4758
4758
  outline: 0;
4759
4759
  }
4760
4760
 
4761
- .jp-DocumentSearch-overlay button:hover {
4761
+ .jp-DocumentSearch-button-wrapper:disabled > .jp-DocumentSearch-button-content {
4762
+ opacity: 0.6;
4763
+ cursor: not-allowed;
4764
+ }
4765
+
4766
+ .jp-DocumentSearch-overlay button:not(:disabled):hover {
4762
4767
  background-color: var(--jp-layout-color2);
4763
4768
  }
4764
4769
 
4765
- .jp-DocumentSearch-overlay button:active {
4770
+ .jp-DocumentSearch-overlay button:not(:disabled):active {
4766
4771
  background-color: var(--jp-layout-color3);
4767
4772
  }
4768
4773
 
@@ -4879,11 +4884,11 @@ h6:hover .jp-InternalAnchorLink {
4879
4884
  margin: 1px 5px 2px;
4880
4885
  }
4881
4886
 
4882
- .jp-DocumentSearch-up-down-button:hover {
4887
+ button:not(:disabled) > .jp-DocumentSearch-up-down-button:hover {
4883
4888
  background-color: var(--jp-layout-color2);
4884
4889
  }
4885
4890
 
4886
- .jp-DocumentSearch-up-down-button:active {
4891
+ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
4887
4892
  background-color: var(--jp-layout-color3);
4888
4893
  }
4889
4894