@jupyterlab/settingeditor 3.6.0-alpha.2 → 3.6.0-alpha.3

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 +10 -10
  2. package/style/base.css +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/settingeditor",
3
- "version": "3.6.0-alpha.2",
3
+ "version": "3.6.0-alpha.3",
4
4
  "description": "The JupyterLab default setting editor interface",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -36,15 +36,15 @@
36
36
  "watch": "tsc -b --watch"
37
37
  },
38
38
  "dependencies": {
39
- "@jupyterlab/application": "^3.6.0-alpha.2",
40
- "@jupyterlab/apputils": "^3.6.0-alpha.2",
41
- "@jupyterlab/codeeditor": "^3.6.0-alpha.2",
42
- "@jupyterlab/inspector": "^3.6.0-alpha.2",
43
- "@jupyterlab/rendermime": "^3.6.0-alpha.2",
44
- "@jupyterlab/settingregistry": "^3.6.0-alpha.2",
45
- "@jupyterlab/statedb": "^3.6.0-alpha.2",
46
- "@jupyterlab/translation": "^3.6.0-alpha.2",
47
- "@jupyterlab/ui-components": "^3.6.0-alpha.2",
39
+ "@jupyterlab/application": "^3.6.0-alpha.3",
40
+ "@jupyterlab/apputils": "^3.6.0-alpha.3",
41
+ "@jupyterlab/codeeditor": "^3.6.0-alpha.3",
42
+ "@jupyterlab/inspector": "^3.6.0-alpha.3",
43
+ "@jupyterlab/rendermime": "^3.6.0-alpha.3",
44
+ "@jupyterlab/settingregistry": "^3.6.0-alpha.3",
45
+ "@jupyterlab/statedb": "^3.6.0-alpha.3",
46
+ "@jupyterlab/translation": "^3.6.0-alpha.3",
47
+ "@jupyterlab/ui-components": "^3.6.0-alpha.3",
48
48
  "@lumino/algorithm": "^1.9.0",
49
49
  "@lumino/commands": "^1.19.0",
50
50
  "@lumino/coreutils": "^1.11.0",
package/style/base.css CHANGED
@@ -437,6 +437,10 @@ ul.jp-PluginList li.jp-mod-selected span.jp-PluginList-icon.jp-FileIcon {
437
437
  white-space: nowrap;
438
438
  }
439
439
 
440
+ .jp-PluginList-entry:hover {
441
+ background: var(--jp-layout-color1);
442
+ }
443
+
440
444
  .jp-PluginList-entry li {
441
445
  margin-left: 27px;
442
446
  margin-top: 5px;