@jupytergis/jupytergis-lab 0.6.0 → 0.6.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 +3 -3
  2. package/style/base.css +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupytergis/jupytergis-lab",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "JupyterGIS Lab extension.",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -53,8 +53,8 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@jupyter/collaborative-drive": "^3.0.0",
56
- "@jupytergis/base": "^0.6.0",
57
- "@jupytergis/schema": "^0.6.0",
56
+ "@jupytergis/base": "^0.6.1",
57
+ "@jupytergis/schema": "^0.6.1",
58
58
  "@jupyterlab/application": "^4.3.0",
59
59
  "@jupyterlab/apputils": "^4.3.0",
60
60
  "@jupyterlab/completer": "^4.3.0",
package/style/base.css CHANGED
@@ -830,3 +830,13 @@ div.jGIS-toolbar-widget > div.jp-Toolbar-item:last-child {
830
830
  border-bottom: 2px solid var(--jp-brand-color1);
831
831
  font-weight: 500;
832
832
  }
833
+
834
+ .jp-toolbar-users-item > .lm-MenuBar-itemIcon {
835
+ cursor: pointer !important;
836
+ border: 2px solid transparent;
837
+ border-radius: 50%;
838
+ }
839
+
840
+ .jp-toolbar-users-item > .lm-MenuBar-itemIcon.selected {
841
+ border-color: var(--jp-brand-color1);
842
+ }