zmdms-webui 3.3.8 → 3.3.9

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.
@@ -402,6 +402,20 @@
402
402
  font-weight: 700;
403
403
  // color: @submenu-color;
404
404
  color: #fff;
405
+ .ant-menu-title-content {
406
+ > a {
407
+ color: #fff;
408
+ &:hover {
409
+ color: @primary-color;
410
+ .ant-menu-submenu-arrow {
411
+ color: @primary-color;
412
+ }
413
+ }
414
+ &:active {
415
+ background: transparent;
416
+ }
417
+ }
418
+ }
405
419
  .ant-menu-submenu-arrow {
406
420
  color: #fff;
407
421
  }
@@ -496,6 +510,20 @@
496
510
  font-weight: 700;
497
511
  // color: @submenu-color;
498
512
  color: rgba(0, 0, 0, 0.65);
513
+ .ant-menu-title-content {
514
+ > a {
515
+ color: #fff;
516
+ &:hover {
517
+ color: @primary-color;
518
+ .ant-menu-submenu-arrow {
519
+ color: @primary-color;
520
+ }
521
+ }
522
+ &:active {
523
+ background: transparent;
524
+ }
525
+ }
526
+ }
499
527
  .ant-menu-submenu-arrow {
500
528
  color: rgba(0, 0, 0, 0.85);
501
529
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "3.3.8",
3
+ "version": "3.3.9",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",
@@ -159,4 +159,4 @@
159
159
  "xlsx": "^0.18.5",
160
160
  "xlsx-js-style": "^1.2.0"
161
161
  }
162
- }
162
+ }