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.
@@ -1663,7 +1663,7 @@
1663
1663
  user-select: none;
1664
1664
  color: var(--vxe-ui-font-color);
1665
1665
  font-family: var(--vxe-ui-font-family);
1666
- background-color: var(--vxe-ui-table-menu-background-color);
1666
+ background-color: var(--vxe-ui-layout-background-color);
1667
1667
  }
1668
1668
 
1669
1669
  .vxe-context-menu--link {
@@ -1709,12 +1709,8 @@
1709
1709
  }
1710
1710
  .vxe-context-menu--option-wrapper li.link--active,
1711
1711
  .vxe-table--context-menu-clild-wrapper li.link--active {
1712
- background-color: #C5C5C5;
1713
- border-color: #C5C5C5;
1714
- }
1715
- .vxe-context-menu--option-wrapper li.link--active > .vxe-context-menu--link,
1716
- .vxe-table--context-menu-clild-wrapper li.link--active > .vxe-context-menu--link {
1717
- color: #2B2B2B;
1712
+ background-color: var(--vxe-ui-base-hover-background-color);
1713
+ border-color: var(--vxe-ui-base-hover-background-color);
1718
1714
  }
1719
1715
  .vxe-context-menu--option-wrapper li.link--loading > .vxe-context-menu--link, .vxe-context-menu--option-wrapper li.link--disabled > .vxe-context-menu--link,
1720
1716
  .vxe-table--context-menu-clild-wrapper li.link--loading > .vxe-context-menu--link,
@@ -1722,12 +1718,6 @@
1722
1718
  color: var(--vxe-ui-font-disabled-color);
1723
1719
  cursor: no-drop;
1724
1720
  }
1725
- .vxe-context-menu--option-wrapper li.link--loading.link--active, .vxe-context-menu--option-wrapper li.link--disabled.link--active,
1726
- .vxe-table--context-menu-clild-wrapper li.link--loading.link--active,
1727
- .vxe-table--context-menu-clild-wrapper li.link--disabled.link--active {
1728
- border-color: #C0C1C2;
1729
- background-color: #EEEEEE;
1730
- }
1731
1721
  .vxe-context-menu--option-wrapper li.link--loading.link--active:hover, .vxe-context-menu--option-wrapper li.link--disabled.link--active:hover,
1732
1722
  .vxe-table--context-menu-clild-wrapper li.link--loading.link--active:hover,
1733
1723
  .vxe-table--context-menu-clild-wrapper li.link--disabled.link--active:hover {