@kdcloudjs/kdesign 1.3.0 → 1.3.3

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 (68) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/dist/kdesign-complete.less +178 -103
  3. package/dist/kdesign.css +170 -74
  4. package/dist/kdesign.css.map +1 -1
  5. package/dist/kdesign.js +432 -300
  6. package/dist/kdesign.js.map +1 -1
  7. package/dist/kdesign.min.css +4 -4
  8. package/dist/kdesign.min.js +8 -8
  9. package/dist/kdesign.min.js.map +1 -1
  10. package/es/button/group.js +2 -1
  11. package/es/button/style/index.css +20 -19
  12. package/es/button/style/index.less +29 -27
  13. package/es/button/style/token.less +4 -4
  14. package/es/cascader/cascader.d.ts +7 -3
  15. package/es/cascader/cascader.js +8 -6
  16. package/es/checkbox/checkbox.js +20 -12
  17. package/es/checkbox/style/index.css +7 -0
  18. package/es/checkbox/style/index.less +7 -0
  19. package/es/config-provider/compDefaultProps.d.ts +0 -1
  20. package/es/config-provider/compDefaultProps.js +1 -2
  21. package/es/form/Field.js +53 -9
  22. package/es/grid/row.d.ts +1 -1
  23. package/es/icon/interface.js +1 -1
  24. package/es/menu/menu.d.ts +1 -1
  25. package/es/menu/menu.js +51 -19
  26. package/es/menu/menuItem.d.ts +1 -0
  27. package/es/menu/menuItem.js +14 -10
  28. package/es/menu/style/index.css +139 -53
  29. package/es/menu/style/index.less +101 -69
  30. package/es/menu/style/mixin.less +33 -1
  31. package/es/menu/style/token.less +4 -2
  32. package/es/menu/subMenu.d.ts +1 -1
  33. package/es/menu/subMenu.js +118 -112
  34. package/es/radio/radio.d.ts +1 -1
  35. package/es/radio/radio.js +18 -11
  36. package/es/select/select.js +21 -3
  37. package/es/style/icon/kdicon.css +3 -1
  38. package/es/style/icon/kdicon.woff +0 -0
  39. package/lib/button/group.js +2 -1
  40. package/lib/button/style/index.css +20 -19
  41. package/lib/button/style/index.less +29 -27
  42. package/lib/button/style/token.less +4 -4
  43. package/lib/cascader/cascader.d.ts +7 -3
  44. package/lib/cascader/cascader.js +10 -8
  45. package/lib/checkbox/checkbox.js +19 -11
  46. package/lib/checkbox/style/index.css +7 -0
  47. package/lib/checkbox/style/index.less +7 -0
  48. package/lib/config-provider/compDefaultProps.d.ts +0 -1
  49. package/lib/config-provider/compDefaultProps.js +1 -2
  50. package/lib/form/Field.js +54 -9
  51. package/lib/grid/row.d.ts +1 -1
  52. package/lib/icon/interface.js +1 -1
  53. package/lib/menu/menu.d.ts +1 -1
  54. package/lib/menu/menu.js +57 -23
  55. package/lib/menu/menuItem.d.ts +1 -0
  56. package/lib/menu/menuItem.js +16 -10
  57. package/lib/menu/style/index.css +139 -53
  58. package/lib/menu/style/index.less +101 -69
  59. package/lib/menu/style/mixin.less +33 -1
  60. package/lib/menu/style/token.less +4 -2
  61. package/lib/menu/subMenu.d.ts +1 -1
  62. package/lib/menu/subMenu.js +137 -135
  63. package/lib/radio/radio.d.ts +1 -1
  64. package/lib/radio/radio.js +30 -20
  65. package/lib/select/select.js +21 -3
  66. package/lib/style/icon/kdicon.css +3 -1
  67. package/lib/style/icon/kdicon.woff +0 -0
  68. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,54 @@
1
+ ## [1.3.2](https://github.com/kdcloudone/kdesign/compare/v1.3.1...v1.3.2) (2022-06-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [cli] 修复fixfox下组件页面左侧sidebar无法滚动 ([adb71e3](https://github.com/kdcloudone/kdesign/commit/adb71e3b6bc9ba6155415fc6ad3580dfbe3d706e))
7
+ * [form]识别组件库组件设置默认属性名 ([216b2b7](https://github.com/kdcloudone/kdesign/commit/216b2b72c63a7ea53cfdbb0d45dd8735156da4b7))
8
+ * [menu] 删除菜单hover改userpopper修复commitId:1332189 ([fa0a270](https://github.com/kdcloudone/kdesign/commit/fa0a270ab7ade684c07159fc1e581a54c93a5ccd))
9
+ * [menu]菜单组件问题修复 ([1332189](https://github.com/kdcloudone/kdesign/commit/13321899cd69222bcb21021549bdca91731e61f5))
10
+ * [table] 更新引用@kdcloudjs/table版本 ([56524c0](https://github.com/kdcloudone/kdesign/commit/56524c097b544e03db3178e61855ee920ea7ff01))
11
+
12
+
13
+ ### Features
14
+
15
+ * [icon] 添加仪表板图标 ([b57d322](https://github.com/kdcloudone/kdesign/commit/b57d322387992aac92d392ac431fa0d29440ae66))
16
+
17
+
18
+ ### Reverts
19
+
20
+ * Revert "fix: [table] 更新引用@kdcloudjs/table版本" ([17bdcdb](https://github.com/kdcloudone/kdesign/commit/17bdcdb3940dff1e4e9ff221271da5a10a43b4b7))
21
+ * Revert "docs: [table] 完善primaryKey和行选中的说明" ([3af047e](https://github.com/kdcloudone/kdesign/commit/3af047e558971e61ef8133e7d4e80e0ce70b289d))
22
+ * Revert "feat: [table] 增加外部可配置表格复选框和单选框参数" ([c0f034c](https://github.com/kdcloudone/kdesign/commit/c0f034c153bd8590ba2f798a725ac1f9ea41c5c1))
23
+ * Revert "docs: [table] 更新表格api说明" ([e25acdf](https://github.com/kdcloudone/kdesign/commit/e25acdfd143ada221be302324a022c224cb4464e))
24
+
25
+
26
+
27
+ ## [1.3.1](https://github.com/kdcloudone/kdesign/compare/v1.3.0...v1.3.1) (2022-05-27)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * [select] 更新半选禁用状态下样式 ([3f43b7a](https://github.com/kdcloudone/kdesign/commit/3f43b7a645390a38c5b5cf46888670ef02d22226))
33
+ * [select] 修复多选模式下删除选项展开下拉框的问题 ([6e1e45f](https://github.com/kdcloudone/kdesign/commit/6e1e45fcbfce8c4eb89bb6b2945aee2ef65fecf2))
34
+
35
+
36
+
37
+ # [1.3.0](https://github.com/kdcloudone/kdesign/compare/v1.2.3...v1.3.0) (2022-05-19)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * [badge] status属性对应颜色调整 ([c442795](https://github.com/kdcloudone/kdesign/commit/c442795602962854e0bf089a4bdad57e657ce23f))
43
+ * [badge] status显示问题 ([b667474](https://github.com/kdcloudone/kdesign/commit/b667474ea0ede932c408340c2d3c5d036c5eaee6))
44
+ * [carousel] 走马灯样式问题修复 ([133ed61](https://github.com/kdcloudone/kdesign/commit/133ed61793b313f8c215b20b411ce5027076437e))
45
+ * [checkbox] 修复group的name传值问题 ([82119f2](https://github.com/kdcloudone/kdesign/commit/82119f2378e80cfca2f5f7df57df79a7aa2f84cb))
46
+ * [form]新增valuePropName属性 ([2d4534b](https://github.com/kdcloudone/kdesign/commit/2d4534b9ec0c217504d08c1fcb7d5660736e65db))
47
+ * [select] 修复ts类型报错 ([d8bd48a](https://github.com/kdcloudone/kdesign/commit/d8bd48aab3217b6eccab80ce0c7c5d59d61f2b2b))
48
+ * [tag] 分类由 导航 => 数据展示 ([251bef1](https://github.com/kdcloudone/kdesign/commit/251bef15101992a24359e1f6eafc24269519182f))
49
+
50
+
51
+
1
52
  ## [1.2.3](https://github.com/kdcloudone/kdesign/compare/v1.2.2...v1.2.3) (2022-05-12)
2
53
 
3
54
 
@@ -1145,25 +1145,37 @@
1145
1145
  }
1146
1146
  }
1147
1147
 
1148
- &-trigger {
1149
- .@{btn-prefix-cls}-primary {
1150
- background: @btn-group-trigger-color-background;
1151
- &:hover {
1152
- background: @btn-group-trigger-color-background-hover;
1153
- border-color: @btn-group-trigger-color-background-hover;
1154
- }
1155
-
1156
- &:active {
1157
- background: @btn-group-trigger-color-background-active;
1158
- }
1159
-
1160
- &:disabled {
1161
- background: @btn-group-trigger-color-background-disabled !important;
1148
+ &-similar {
1149
+ .@{btn-prefix-cls}-group-trigger {
1150
+ .@{btn-prefix-cls} {
1151
+ border-top-left-radius: 0;
1152
+ border-bottom-left-radius: 0;
1153
+ margin-left: -1px;
1154
+ &-primary {
1155
+ background: @btn-group-trigger-color-background;
1156
+ &:hover {
1157
+ background: @btn-group-trigger-color-background-hover;
1158
+ border-color: @btn-group-trigger-color-background-hover;
1159
+ }
1160
+
1161
+ &:active {
1162
+ background: @btn-group-trigger-color-background-active;
1163
+ }
1164
+
1165
+ &:disabled {
1166
+ background: @btn-group-trigger-color-background-disabled !important;
1167
+ }
1168
+ }
1162
1169
  }
1163
1170
  }
1164
-
1165
- .@{btn-prefix-cls} {
1166
- margin-left: -1px;
1171
+ &>.@{btn-prefix-cls} {
1172
+ &:first-child {
1173
+ border-top-right-radius: 0;
1174
+ border-bottom-right-radius: 0;
1175
+ &:hover {
1176
+ z-index: 1;
1177
+ }
1178
+ }
1167
1179
  }
1168
1180
  }
1169
1181
 
@@ -1173,16 +1185,6 @@
1173
1185
  &-size-large {
1174
1186
  min-width: unset;
1175
1187
  }
1176
-
1177
- &:first-child {
1178
- border-top-right-radius: 0;
1179
- border-bottom-right-radius: 0;
1180
- }
1181
-
1182
- &:last-child {
1183
- border-top-left-radius: 0;
1184
- border-bottom-left-radius: 0;
1185
- }
1186
1188
  }
1187
1189
 
1188
1190
  .@{kd-prefix}-dropdown {
@@ -1327,10 +1329,10 @@
1327
1329
  @btn-group-dropdown-item-border-color: var(~'@{button-custom-prefix}-group-dropdown-item-border-color', #E5E5E5); // 集合按钮 下拉边框颜色
1328
1330
  @btn-group-dropdown-item-color-background-hover: var(~'@{button-custom-prefix}-group-dropdown-item-color-background-hover', #F5F5F5); // 集合按钮 下拉hover背景颜色
1329
1331
  @btn-group-dropdown-color-background: var(~'@{button-custom-prefix}-group-dropdown-color-background', #fff); // 集合按钮 下拉菜单背景颜色
1330
- @btn-group-trigger-color-background: var(~'@{button-custom-prefix}-group-trigger-color-background', #4367c1);
1331
- @btn-group-trigger-color-background-hover: var(~'@{button-custom-prefix}-group-trigger-color-background-hover', #4c74da);
1332
- @btn-group-trigger-color-background-active: var(~'@{button-custom-prefix}-group-trigger-color-background-active', #3B5AA9);
1333
- @btn-group-trigger-color-background-disabled: var(~'@{button-custom-prefix}-group-trigger-color-background-disabled', #95a4c8);
1332
+ @btn-group-trigger-color-background: var(~'@{button-custom-prefix}-group-trigger-color-background', @color-theme-7);
1333
+ @btn-group-trigger-color-background-hover: var(~'@{button-custom-prefix}-group-trigger-color-background-hover', @color-theme-6);
1334
+ @btn-group-trigger-color-background-active: var(~'@{button-custom-prefix}-group-trigger-color-background-active', @color-theme-8);
1335
+ @btn-group-trigger-color-background-disabled: var(~'@{button-custom-prefix}-group-trigger-color-background-disabled', @color-theme-5);
1334
1336
 
1335
1337
  // font
1336
1338
  @btn-g-font-weight: var(~'@{button-custom-prefix}-font-weight', @font-weight-light);
@@ -1941,6 +1943,8 @@
1941
1943
  justify-content: center;
1942
1944
  align-items: center;
1943
1945
  z-index: 999;
1946
+ user-select: none;
1947
+
1944
1948
  .kd-input-underline {
1945
1949
  background-color: transparent;
1946
1950
  border-bottom: none;
@@ -2152,6 +2156,11 @@
2152
2156
  color: @checkbox-font-color;
2153
2157
  }
2154
2158
  }
2159
+ &-indeterminate {
2160
+ .@{checkbox-prefix-cls}-children {
2161
+ color: @checkbox-font-color;
2162
+ }
2163
+ }
2155
2164
  }
2156
2165
 
2157
2166
 
@@ -5689,6 +5698,9 @@ textarea {
5689
5698
 
5690
5699
  @menu-prefix-cls: ~'@{kd-prefix}-menu';
5691
5700
  @menuitem-prefix-cls: ~'@{menu-prefix-cls}-item';
5701
+ @menu-dark-prefix-cls: ~'@{menu-prefix-cls}-dark';
5702
+ @menu-light-prefix-cls: ~'@{menu-prefix-cls}-light';
5703
+ @menu-popper-prefix-cls: ~'@{menu-prefix-cls}-popper';
5692
5704
  @submenu-prefix-cls: ~'@{menu-prefix-cls}-submenu';
5693
5705
 
5694
5706
  .@{menu-prefix-cls} {
@@ -5712,77 +5724,20 @@ textarea {
5712
5724
  }
5713
5725
  }
5714
5726
 
5727
+ &-collapsed {
5728
+ width: 50px;
5729
+ min-width: auto;
5730
+ }
5731
+
5715
5732
  &-vertical {
5716
5733
  .@{submenu-prefix-cls}:not(.@{submenu-prefix-cls}-disabled):hover,
5717
5734
  .@{submenu-prefix-cls}-hover {
5718
5735
  .hover();
5719
5736
  }
5720
-
5721
- .@{submenu-prefix-cls} {
5722
- padding-right: 0;
5723
-
5724
- &-sub {
5725
- background: @menu-sub-color-background;
5726
-
5727
- .@{menuitem-prefix-cls} {
5728
- &:hover,
5729
- &-active {
5730
- color: @menu-sub-color-active;
5731
- }
5732
- }
5733
-
5734
- &-second,
5735
- &-third {
5736
- animation: kdZoomTopLeftIn calc(@menu-motion-duration - 0.1s) cubic-bezier(0, .4, .4, 1) forwards;
5737
- opacity: 1;
5738
- visibility: visible;
5739
- transition: opacity, visibility;
5740
- transition-duration: calc(@menu-motion-duration - 0.1s);
5741
- transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
5742
- }
5743
-
5744
- &-hide {
5745
- opacity: 0;
5746
- visibility: hidden;
5747
- animation: kdZoomTopLeftOut calc(@menu-motion-duration - 0.1s) cubic-bezier(0, .4, .4, 1) forwards;
5748
- transition: opacity, visibility;
5749
- transition-duration: calc(@menu-motion-duration - 0.1s);
5750
- transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
5751
- }
5752
- }
5753
- }
5754
- }
5755
-
5756
- &-collapsed {
5757
- width: 50px;
5758
- min-width: auto;
5759
5737
  }
5760
5738
 
5761
5739
  &-light {
5762
- .light-default;
5763
-
5764
- .@{submenu-prefix-cls}-hover,
5765
- .@{submenu-prefix-cls}-sub {
5766
- .light-default;
5767
- }
5768
-
5769
- .@{submenu-prefix-cls}-title:hover {
5770
- color: @menu-light-color-hover;
5771
- }
5772
-
5773
- .@{submenu-prefix-cls}:not(.@{submenu-prefix-cls}-disabled):hover {
5774
- .light-default;
5775
- }
5776
-
5777
- .@{menuitem-prefix-cls} {
5778
- &-active {
5779
- .light-hover();
5780
- }
5781
- }
5782
-
5783
- .@{menuitem-prefix-cls}:not(.@{menuitem-prefix-cls}-disabled):hover {
5784
- .light-hover();
5785
- }
5740
+ .light()
5786
5741
  }
5787
5742
 
5788
5743
  &-light&-vertical {
@@ -5793,14 +5748,13 @@ textarea {
5793
5748
 
5794
5749
  .@{menuitem-prefix-cls} {
5795
5750
  &:not(.@{menuitem-prefix-cls}-disabled):not(.@{menuitem-prefix-cls}-active):hover {
5796
- color: @menu-light-color-hover;
5797
- background: #fff;
5751
+ .light-hover();
5798
5752
  border: none;
5799
5753
  }
5800
5754
 
5801
5755
  &-active {
5802
5756
  color: @menu-light-color-active;
5803
- background-color: @menu-light-color-background;
5757
+ background-color: @menu-light-color-background-active;
5804
5758
  border: none !important;
5805
5759
  }
5806
5760
  }
@@ -5827,7 +5781,7 @@ textarea {
5827
5781
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
5828
5782
 
5829
5783
  &-hover {
5830
- color: @menu-sub-color-hover;
5784
+ .hover();
5831
5785
  }
5832
5786
 
5833
5787
  &-sub {
@@ -5908,20 +5862,112 @@ textarea {
5908
5862
  }
5909
5863
  }
5910
5864
 
5911
- .@{menu-prefix-cls}-dark {
5865
+ .@{menu-dark-prefix-cls} {
5912
5866
  .@{submenu-prefix-cls}-sub {
5913
5867
  background: @menu-sub-inline-color-background;
5914
5868
  }
5915
5869
 
5916
- .@{submenu-prefix-cls}-sub-second,.@{submenu-prefix-cls}-sub-third {
5870
+ .@{submenu-prefix-cls}-sub-second, .@{submenu-prefix-cls}-sub-third {
5917
5871
  background: @menu-sub-color-background;
5918
5872
  }
5919
5873
  }
5920
5874
 
5875
+ .@{menu-light-prefix-cls} {
5876
+ .@{submenu-prefix-cls}-active,.@{menuitem-prefix-cls}-active {
5877
+ .light-active()
5878
+ }
5879
+ }
5880
+
5881
+ .@{menu-popper-prefix-cls} {
5882
+ .@{submenu-prefix-cls}:not(.@{submenu-prefix-cls}-disabled):hover,
5883
+ .@{submenu-prefix-cls}-hover {
5884
+ .hover();
5885
+ }
5886
+
5887
+ &.hidden {
5888
+ opacity: 0;
5889
+ visibility: hidden;
5890
+ display: none;
5891
+ animation: kdZoomTopLeftOut calc(@menu-motion-duration - 0.1s) cubic-bezier(0, .4, .4, 1) forwards;
5892
+ transition: opacity, visibility;
5893
+ transition-duration: calc(@menu-motion-duration - 0.1s);
5894
+ transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
5895
+ }
5921
5896
 
5897
+ .@{submenu-prefix-cls} {
5898
+ padding-right: 0;
5922
5899
 
5900
+ &-sub {
5901
+ background: @menu-sub-inline-color-background;
5923
5902
 
5903
+ .@{menuitem-prefix-cls} {
5904
+ &:hover,
5905
+ &-active {
5906
+ color: @menu-sub-color-active;
5907
+ }
5908
+ }
5924
5909
 
5910
+ &-second,
5911
+ &-third {
5912
+ animation: kdZoomTopLeftIn calc(@menu-motion-duration - 0.1s) cubic-bezier(0, .4, .4, 1) forwards;
5913
+ opacity: 1;
5914
+ visibility: visible;
5915
+ transition: opacity, visibility;
5916
+ transition-duration: calc(@menu-motion-duration - 0.1s);
5917
+ transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
5918
+ }
5919
+
5920
+ &-hide {
5921
+ opacity: 0;
5922
+ visibility: hidden;
5923
+ animation: kdZoomTopLeftOut calc(@menu-motion-duration - 0.1s) cubic-bezier(0, .4, .4, 1) forwards;
5924
+ transition: opacity, visibility;
5925
+ transition-duration: calc(@menu-motion-duration - 0.1s);
5926
+ transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
5927
+ }
5928
+ }
5929
+ }
5930
+
5931
+ &.light {
5932
+ .light();
5933
+
5934
+ .@{submenu-prefix-cls}-sub {
5935
+ box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
5936
+ 0 9px 28px 8px rgba(0, 0, 0, 0.05);
5937
+ }
5938
+
5939
+ .@{menuitem-prefix-cls}:not(.@{menuitem-prefix-cls}-disabled):not(.@{menuitem-prefix-cls}-active):hover,
5940
+ .@{submenu-prefix-cls}:not(.@{submenu-prefix-cls}-disabled):hover {
5941
+ .light-hover();
5942
+ border: none;
5943
+ }
5944
+
5945
+ .@{menuitem-prefix-cls}-hover,.@{submenu-prefix-cls}-hover {
5946
+ .light-hover();
5947
+ border: none;
5948
+ }
5949
+
5950
+ .@{menuitem-prefix-cls}-active,.@{submenu-prefix-cls}-active {
5951
+ .light-active();
5952
+ border: none;
5953
+ }
5954
+ }
5955
+ }
5956
+
5957
+
5958
+
5959
+
5960
+
5961
+
5962
+
5963
+
5964
+
5965
+
5966
+
5967
+ @menu-prefix-cls: ~'@{kd-prefix}-menu';
5968
+ @menuitem-prefix-cls: ~'@{menu-prefix-cls}-item';
5969
+ @menu-vertical-prefix-cls: ~'@{menu-prefix-cls}-vertical';
5970
+ @submenu-prefix-cls: ~'@{menu-prefix-cls}-submenu';
5925
5971
 
5926
5972
  // 菜单默认样式
5927
5973
  .menu() {
@@ -6000,10 +6046,15 @@ textarea {
6000
6046
  }
6001
6047
 
6002
6048
  .light-hover {
6003
- background-color: @menu-light-color-background;
6049
+ background-color: @menu-light-color-background-hover;
6004
6050
  color: @menu-light-color-hover;
6005
6051
  }
6006
6052
 
6053
+ .light-active {
6054
+ background-color: @menu-light-color-background-active;
6055
+ color: @menu-light-color-active;
6056
+ }
6057
+
6007
6058
  .light-default {
6008
6059
  color: @menu-light-color;
6009
6060
  background: #ffffff;
@@ -6020,6 +6071,28 @@ textarea {
6020
6071
  }
6021
6072
 
6022
6073
 
6074
+ .light {
6075
+ .light-default();
6076
+
6077
+ .@{submenu-prefix-cls}-hover,
6078
+ .@{submenu-prefix-cls}-sub {
6079
+ .light-default();
6080
+ }
6081
+
6082
+ .@{submenu-prefix-cls}-title:hover {
6083
+ color: @menu-light-color-hover;
6084
+ }
6085
+
6086
+ .@{submenu-prefix-cls}:not(.@{submenu-prefix-cls}-disabled):hover {
6087
+ .light-hover();
6088
+ }
6089
+
6090
+ .@{menuitem-prefix-cls}:not(.@{menuitem-prefix-cls}-disabled):hover {
6091
+ .light-hover();
6092
+ }
6093
+ }
6094
+
6095
+
6023
6096
 
6024
6097
  @menu-prefix: '--@{kd-prefix}-c-menu';
6025
6098
 
@@ -6032,10 +6105,12 @@ textarea {
6032
6105
  @menu-sub-inline-color-background: var(~'@{menu-prefix}-sub-inline-color-background', #1f212b);
6033
6106
  @menu-inline-color-active: var(~'@{menu-prefix}-inline-color-active', @color-white);
6034
6107
  @menu-color-background: var(~'@{menu-prefix}-color-background', #343848);
6108
+
6035
6109
  @menu-light-color: var(~'@{menu-prefix}-light-color-text', @color-text-primary);
6036
- @menu-light-color-hover: var(~'@{menu-prefix}-light-color-text-hover', @color-ongoing);
6110
+ @menu-light-color-hover: var(~'@{menu-prefix}-light-color-text-hover', @color-text-primary);
6037
6111
  @menu-light-color-active: var(~'@{menu-prefix}-light-color-text-active', @color-theme);
6038
- @menu-light-color-background: var(~'@{menu-prefix}-light-color-background', @color-background-ongoing);
6112
+ @menu-light-color-background-hover: var(~'@{menu-prefix}-light-color-background-hover', #f5f5f5);
6113
+ @menu-light-color-background-active: var(~'@{menu-prefix}-light-color-background-active', #e3ebff);
6039
6114
 
6040
6115
  // font
6041
6116
  @menu-icon-font-size: var(~'@{menu-prefix}-icon-font-size', @font-size-xx-large);