@opensumi/ide-main-layout 2.20.2-next-1663578599.0 → 2.20.2

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.
@@ -401,7 +401,6 @@
401
401
  background-size: cover;
402
402
  &:hover {
403
403
  transform: scale(1);
404
- color: var(--activityBar-activeForeground);
405
404
  }
406
405
  &:last-child {
407
406
  margin-bottom: 18px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-main-layout",
3
- "version": "2.20.2-next-1663578599.0",
3
+ "version": "2.20.2",
4
4
  "description": "@opensumi/ide-main-layout",
5
5
  "files": [
6
6
  "lib"
@@ -17,13 +17,13 @@
17
17
  "url": "git@github.com:opensumi/core.git"
18
18
  },
19
19
  "dependencies": {
20
- "@opensumi/ide-components": "2.20.2-next-1663578599.0",
21
- "@opensumi/ide-core-common": "2.20.2-next-1663578599.0"
20
+ "@opensumi/ide-components": "2.20.2",
21
+ "@opensumi/ide-core-common": "2.20.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@opensumi/ide-core-browser": "2.20.2-next-1663578599.0",
24
+ "@opensumi/ide-core-browser": "2.20.2",
25
25
  "@opensumi/ide-dev-tool": "^1.3.1",
26
- "@opensumi/ide-theme": "2.20.2-next-1663578599.0"
26
+ "@opensumi/ide-theme": "2.20.2"
27
27
  },
28
- "gitHead": "f818531afb1f2234930d0ee726c3017d3a9a5a9d"
28
+ "gitHead": "26d255a05c956754ee68dbacde738a5a82e2891b"
29
29
  }