@jupyterlab/nbconvert-css 4.0.12 → 4.0.13

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 +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/nbconvert-css",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
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.12",
35
- "@jupyterlab/apputils": "^4.1.12",
36
- "@jupyterlab/cells": "^4.0.12",
37
- "@jupyterlab/codemirror": "^4.0.12",
38
- "@jupyterlab/notebook": "^4.0.12",
39
- "@jupyterlab/outputarea": "^4.0.12",
40
- "@jupyterlab/rendermime": "^4.0.12"
34
+ "@jupyterlab/application": "^4.0.13",
35
+ "@jupyterlab/apputils": "^4.1.13",
36
+ "@jupyterlab/cells": "^4.0.13",
37
+ "@jupyterlab/codemirror": "^4.0.13",
38
+ "@jupyterlab/notebook": "^4.0.13",
39
+ "@jupyterlab/outputarea": "^4.0.13",
40
+ "@jupyterlab/rendermime": "^4.0.13"
41
41
  },
42
42
  "devDependencies": {
43
43
  "css-loader": "^6.7.1",
package/style/index.css CHANGED
@@ -4848,10 +4848,15 @@ h6:hover .jp-InternalAnchorLink {
4848
4848
  }
4849
4849
  }
4850
4850
 
4851
- .cm-editor.jp-mod-readOnly .cm-cursor {
4851
+ /* stylelint-disable selector-max-class */
4852
+
4853
+ /* We need all this classes for higher specificity to override CodeMirror's rule */
4854
+ .cm-editor.jp-mod-readOnly > .cm-scroller > .cm-cursorLayer .cm-cursor {
4852
4855
  display: none;
4853
4856
  }
4854
4857
 
4858
+ /* stylelint-enable selector-max-class */
4859
+
4855
4860
  .jp-CollaboratorCursor {
4856
4861
  border-left: 5px solid transparent;
4857
4862
  border-right: 5px solid transparent;