@jupyterlab/launcher 0.18.3 → 0.18.4

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 +2 -2
  2. package/style/index.css +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/launcher",
3
- "version": "0.18.3",
3
+ "version": "0.18.4",
4
4
  "description": "JupyterLab - Launcher Panel",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -30,7 +30,7 @@
30
30
  "watch": "tsc -w --listEmittedFiles"
31
31
  },
32
32
  "dependencies": {
33
- "@jupyterlab/apputils": "^0.18.3",
33
+ "@jupyterlab/apputils": "^0.18.4",
34
34
  "@phosphor/algorithm": "^1.1.2",
35
35
  "@phosphor/commands": "^1.5.0",
36
36
  "@phosphor/coreutils": "^1.3.0",
package/style/index.css CHANGED
@@ -171,7 +171,6 @@
171
171
  background-size: var(--jp-private-launcher-large-icon-size)
172
172
  var(--jp-private-launcher-large-icon-size);
173
173
  background-repeat: no-repeat;
174
- cursor: pointer;
175
174
  }
176
175
 
177
176
  .jp-Launcher-kernelIcon {