@opensumi/ide-core-browser 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.
@@ -71,6 +71,7 @@
71
71
  &:not(.disabled):hover {
72
72
  border-radius: 4px;
73
73
  background-color: var(--kt-defaultButton-hoverBackground);
74
+ color: var(--kt-defaultButton-hoverForeground);
74
75
  }
75
76
 
76
77
  &.selected {
@@ -78,11 +78,6 @@ html {
78
78
  li {
79
79
  list-style: none;
80
80
  }
81
-
82
- ::selection {
83
- color: inherit;
84
- background: var(--editor-selectionBackground);
85
- }
86
81
  }
87
82
 
88
83
  /* ---- 该样式主要用于让带 tabindex='-1' 的元素焦点态时拥有高亮边框,以便于实现如Tree,List组件焦点态时的自动高亮边框效果 ---- */
@@ -94,3 +89,7 @@ html {
94
89
  }
95
90
  }
96
91
  /* -------- */
92
+
93
+ ::selection {
94
+ background-color: var(--selection-background);
95
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-core-browser",
3
- "version": "2.20.2-next-1663578599.0",
3
+ "version": "2.20.2",
4
4
  "description": "@opensumi/ide-core-browser",
5
5
  "files": [
6
6
  "lib"
@@ -17,9 +17,9 @@
17
17
  "build": "tsc --build ../../configs/ts/references/tsconfig.core-browser.json"
18
18
  },
19
19
  "dependencies": {
20
- "@opensumi/ide-components": "2.20.2-next-1663578599.0",
21
- "@opensumi/ide-connection": "2.20.2-next-1663578599.0",
22
- "@opensumi/ide-core-common": "2.20.2-next-1663578599.0",
20
+ "@opensumi/ide-components": "2.20.2",
21
+ "@opensumi/ide-connection": "2.20.2",
22
+ "@opensumi/ide-core-common": "2.20.2",
23
23
  "@opensumi/vscode-debugprotocol": "1.49.0-beta.1",
24
24
  "@vscode/codicons": "0.0.27",
25
25
  "ajv": "^6.10.0",
@@ -47,5 +47,5 @@
47
47
  "vscode-languageserver-protocol": "3.16.0",
48
48
  "vscode-textmate": "7.0.1"
49
49
  },
50
- "gitHead": "f818531afb1f2234930d0ee726c3017d3a9a5a9d"
50
+ "gitHead": "26d255a05c956754ee68dbacde738a5a82e2891b"
51
51
  }