vxe-table 4.17.48 → 4.17.49

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vxe-table",
3
- "version": "4.17.48",
3
+ "version": "4.17.49",
4
4
  "description": "A PC-end table component based on Vxe UI, supporting copy-paste, data pivot table, and high-performance virtual list table solution.",
5
5
  "scripts": {
6
6
  "update": "npm install --legacy-peer-deps",
@@ -16,7 +16,7 @@
16
16
  user-select: none;
17
17
  color: var(--vxe-ui-font-color);
18
18
  font-family: var(--vxe-ui-font-family);
19
- background-color: var(--vxe-ui-table-menu-background-color);
19
+ background-color: var(--vxe-ui-layout-background-color);
20
20
  }
21
21
  .vxe-context-menu--link {
22
22
  display: flex;
@@ -55,11 +55,8 @@
55
55
  border: 0;
56
56
  }
57
57
  &.link--active {
58
- background-color: #C5C5C5;
59
- border-color:#C5C5C5;
60
- & > .vxe-context-menu--link {
61
- color: #2B2B2B;
62
- }
58
+ background-color: var(--vxe-ui-base-hover-background-color);
59
+ border-color: var(--vxe-ui-base-hover-background-color);
63
60
  }
64
61
  &.link--loading,
65
62
  &.link--disabled {
@@ -68,8 +65,6 @@
68
65
  cursor: no-drop;
69
66
  }
70
67
  &.link--active {
71
- border-color:#C0C1C2;
72
- background-color: #EEEEEE;
73
68
  &:hover {
74
69
  background-color: inherit;
75
70
  }