@syncfusion/ej2-angular-navigations 19.3.53 → 19.4.38

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 (120) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +4 -4
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-navigations.js +4 -4
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -1
  5. package/CHANGELOG.md +57 -0
  6. package/dist/ej2-angular-navigations.umd.js +5 -5
  7. package/dist/ej2-angular-navigations.umd.js.map +1 -1
  8. package/dist/ej2-angular-navigations.umd.min.js +2 -2
  9. package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
  10. package/ej2-angular-navigations.metadata.json +1 -1
  11. package/package.json +8 -8
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/breadcrumb/items.directive.d.ts +5 -0
  16. package/styles/accordion/bootstrap4.css +1 -2
  17. package/styles/accordion/bootstrap5-dark.css +11 -2
  18. package/styles/accordion/bootstrap5.css +11 -2
  19. package/styles/accordion/highcontrast-light.css +0 -4
  20. package/styles/accordion/highcontrast.css +1 -5
  21. package/styles/bootstrap-dark.css +317 -84
  22. package/styles/bootstrap.css +316 -83
  23. package/styles/bootstrap4.css +317 -76
  24. package/styles/bootstrap5-dark.css +340 -76
  25. package/styles/bootstrap5.css +342 -78
  26. package/styles/breadcrumb/bootstrap-dark.css +194 -17
  27. package/styles/breadcrumb/bootstrap.css +194 -17
  28. package/styles/breadcrumb/bootstrap4.css +194 -17
  29. package/styles/breadcrumb/bootstrap5-dark.css +198 -24
  30. package/styles/breadcrumb/bootstrap5.css +198 -24
  31. package/styles/breadcrumb/fabric-dark.css +197 -20
  32. package/styles/breadcrumb/fabric.css +197 -20
  33. package/styles/breadcrumb/highcontrast-light.css +200 -22
  34. package/styles/breadcrumb/highcontrast.css +200 -22
  35. package/styles/breadcrumb/material-dark.css +186 -13
  36. package/styles/breadcrumb/material.css +186 -13
  37. package/styles/breadcrumb/tailwind-dark.css +195 -22
  38. package/styles/breadcrumb/tailwind.css +195 -22
  39. package/styles/context-menu/bootstrap-dark.css +1 -1
  40. package/styles/context-menu/bootstrap.css +1 -1
  41. package/styles/context-menu/bootstrap4.css +1 -1
  42. package/styles/context-menu/bootstrap5-dark.css +5 -5
  43. package/styles/context-menu/bootstrap5.css +6 -6
  44. package/styles/context-menu/material-dark.css +1 -1
  45. package/styles/context-menu/material.css +1 -1
  46. package/styles/context-menu/tailwind-dark.css +1 -1
  47. package/styles/context-menu/tailwind.css +1 -1
  48. package/styles/fabric-dark.css +305 -41
  49. package/styles/fabric.css +308 -44
  50. package/styles/h-scroll/bootstrap-dark.css +1 -1
  51. package/styles/h-scroll/bootstrap.css +1 -1
  52. package/styles/h-scroll/bootstrap4.css +1 -1
  53. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  54. package/styles/h-scroll/bootstrap5.css +1 -1
  55. package/styles/h-scroll/fabric-dark.css +1 -1
  56. package/styles/h-scroll/fabric.css +1 -1
  57. package/styles/h-scroll/highcontrast-light.css +1 -1
  58. package/styles/h-scroll/highcontrast.css +1 -1
  59. package/styles/h-scroll/material-dark.css +1 -1
  60. package/styles/h-scroll/material.css +1 -1
  61. package/styles/h-scroll/tailwind-dark.css +1 -1
  62. package/styles/h-scroll/tailwind.css +1 -1
  63. package/styles/highcontrast-light.css +317 -47
  64. package/styles/highcontrast.css +322 -52
  65. package/styles/material-dark.css +295 -32
  66. package/styles/material.css +296 -33
  67. package/styles/menu/bootstrap-dark.css +1 -1
  68. package/styles/menu/bootstrap.css +1 -1
  69. package/styles/menu/bootstrap4.css +1 -1
  70. package/styles/menu/bootstrap5-dark.css +4 -4
  71. package/styles/menu/bootstrap5.css +5 -5
  72. package/styles/menu/material-dark.css +1 -1
  73. package/styles/menu/material.css +1 -1
  74. package/styles/menu/tailwind-dark.css +1 -1
  75. package/styles/menu/tailwind.css +1 -1
  76. package/styles/sidebar/bootstrap5-dark.css +0 -1
  77. package/styles/sidebar/bootstrap5.css +0 -1
  78. package/styles/sidebar/tailwind-dark.css +0 -1
  79. package/styles/sidebar/tailwind.css +0 -1
  80. package/styles/tab/bootstrap-dark.css +43 -18
  81. package/styles/tab/bootstrap.css +42 -17
  82. package/styles/tab/bootstrap4.css +47 -28
  83. package/styles/tab/bootstrap5-dark.css +54 -31
  84. package/styles/tab/bootstrap5.css +54 -31
  85. package/styles/tab/fabric-dark.css +43 -20
  86. package/styles/tab/fabric.css +46 -23
  87. package/styles/tab/highcontrast-light.css +52 -19
  88. package/styles/tab/highcontrast.css +56 -23
  89. package/styles/tab/material-dark.css +42 -15
  90. package/styles/tab/material.css +42 -15
  91. package/styles/tab/tailwind-dark.css +42 -17
  92. package/styles/tab/tailwind.css +42 -17
  93. package/styles/tailwind-dark.css +313 -50
  94. package/styles/tailwind.css +313 -50
  95. package/styles/toolbar/bootstrap-dark.css +17 -46
  96. package/styles/toolbar/bootstrap.css +17 -46
  97. package/styles/toolbar/bootstrap4.css +12 -26
  98. package/styles/toolbar/bootstrap5-dark.css +6 -7
  99. package/styles/toolbar/bootstrap5.css +6 -7
  100. package/styles/toolbar/fabric-dark.css +4 -0
  101. package/styles/toolbar/fabric.css +4 -0
  102. package/styles/toolbar/highcontrast-light.css +4 -1
  103. package/styles/toolbar/highcontrast.css +4 -1
  104. package/styles/toolbar/material-dark.css +4 -1
  105. package/styles/toolbar/material.css +5 -2
  106. package/styles/toolbar/tailwind-dark.css +8 -6
  107. package/styles/toolbar/tailwind.css +8 -6
  108. package/styles/treeview/bootstrap-dark.css +60 -0
  109. package/styles/treeview/bootstrap.css +60 -0
  110. package/styles/treeview/bootstrap4.css +60 -0
  111. package/styles/treeview/bootstrap5-dark.css +61 -1
  112. package/styles/treeview/bootstrap5.css +61 -1
  113. package/styles/treeview/fabric-dark.css +60 -0
  114. package/styles/treeview/fabric.css +60 -0
  115. package/styles/treeview/highcontrast-light.css +60 -0
  116. package/styles/treeview/highcontrast.css +60 -0
  117. package/styles/treeview/material-dark.css +60 -0
  118. package/styles/treeview/material.css +60 -0
  119. package/styles/treeview/tailwind-dark.css +65 -1
  120. package/styles/treeview/tailwind.css +65 -1
@@ -2196,6 +2196,10 @@
2196
2196
  top: 0;
2197
2197
  }
2198
2198
 
2199
+ .e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
2200
+ display: none;
2201
+ }
2202
+
2199
2203
  .e-tab .e-tab-header.e-vertical {
2200
2204
  max-width: 150px;
2201
2205
  z-index: 1;
@@ -2463,6 +2467,11 @@
2463
2467
  min-height: 62px;
2464
2468
  }
2465
2469
 
2470
+ .e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
2471
+ .e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
2472
+ display: none;
2473
+ }
2474
+
2466
2475
  .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
2467
2476
  height: 62px;
2468
2477
  }
@@ -3617,6 +3626,10 @@
3617
3626
  color: #757575;
3618
3627
  }
3619
3628
 
3629
+ .e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
3630
+ border: initial;
3631
+ }
3632
+
3620
3633
  .e-tab .e-tab-header .e-toolbar-pop {
3621
3634
  background: #000;
3622
3635
  border: 1px solid #969696;
@@ -3643,7 +3656,6 @@
3643
3656
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
3644
3657
  background: #685708;
3645
3658
  border-color: #fff;
3646
- background: #685708;
3647
3659
  }
3648
3660
 
3649
3661
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
@@ -3662,6 +3674,11 @@
3662
3674
  color: #000;
3663
3675
  }
3664
3676
 
3677
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
3678
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
3679
+ color: #fff;
3680
+ }
3681
+
3665
3682
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
3666
3683
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
3667
3684
  color: #757575;
@@ -3743,9 +3760,8 @@
3743
3760
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
3744
3761
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
3745
3762
  background: #685708;
3746
- border: initial;
3747
- border-radius: 0;
3748
3763
  border: 2px solid #fff;
3764
+ border-radius: 0;
3749
3765
  }
3750
3766
 
3751
3767
  .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
@@ -3758,10 +3774,9 @@
3758
3774
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
3759
3775
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon {
3760
3776
  background: transparent;
3761
- border: initial;
3777
+ border: 2px solid #fff;
3762
3778
  border-radius: 0;
3763
3779
  color: #fff;
3764
- border: 2px solid #fff;
3765
3780
  }
3766
3781
 
3767
3782
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
@@ -3769,9 +3784,8 @@
3769
3784
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
3770
3785
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover {
3771
3786
  background: #685708;
3772
- border: initial;
3773
- border-radius: 0;
3774
3787
  border: 2px solid #fff;
3788
+ border-radius: 0;
3775
3789
  }
3776
3790
 
3777
3791
  .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
@@ -3779,11 +3793,10 @@
3779
3793
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
3780
3794
  .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
3781
3795
  background: #685708;
3782
- border: 0;
3796
+ border: 1px solid #ffd939;
3783
3797
  border-radius: 0;
3784
3798
  box-shadow: none;
3785
3799
  background: #ffd939;
3786
- border: 2px solid #ffd939;
3787
3800
  color: #000;
3788
3801
  }
3789
3802
 
@@ -4174,6 +4187,16 @@
4174
4187
  border-color: #333;
4175
4188
  }
4176
4189
 
4190
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
4191
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
4192
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
4193
+ color: #fff;
4194
+ }
4195
+
4196
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
4197
+ color: #fff;
4198
+ }
4199
+
4177
4200
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
4178
4201
  background: inherit;
4179
4202
  background-color: #685708;
@@ -4195,20 +4218,6 @@
4195
4218
  color: #ffd939;
4196
4219
  }
4197
4220
 
4198
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
4199
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
4200
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
4201
- color: #fff;
4202
- }
4203
-
4204
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
4205
- color: #fff;
4206
- }
4207
-
4208
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
4209
- color: #fff;
4210
- }
4211
-
4212
4221
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
4213
4222
  border: 0;
4214
4223
  margin: 0;
@@ -4315,11 +4324,13 @@
4315
4324
  color: #000;
4316
4325
  }
4317
4326
 
4327
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
4318
4328
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
4319
4329
  color: #fff;
4320
4330
  border: 2px solid #333;
4321
4331
  }
4322
4332
 
4333
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
4323
4334
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
4324
4335
  background: #685708;
4325
4336
  color: #fff;
@@ -4327,21 +4338,25 @@
4327
4338
  color: #fff;
4328
4339
  }
4329
4340
 
4341
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,
4330
4342
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active {
4331
4343
  background: #ffd939;
4332
4344
  color: #000;
4333
4345
  }
4334
4346
 
4347
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active .e-icons,
4335
4348
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active .e-icons {
4336
4349
  color: #000;
4337
4350
  }
4338
4351
 
4352
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
4339
4353
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
4340
4354
  color: #fff;
4341
4355
  background: transparent;
4342
4356
  border: 2px solid #fff;
4343
4357
  }
4344
4358
 
4359
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
4345
4360
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
4346
4361
  background: #685708;
4347
4362
  color: #fff;
@@ -4349,22 +4364,28 @@
4349
4364
  color: #fff;
4350
4365
  }
4351
4366
 
4367
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active,
4352
4368
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active {
4353
4369
  background: #ffd939;
4354
4370
  border-color: #ffd939;
4355
4371
  color: #000;
4356
4372
  }
4357
4373
 
4374
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
4358
4375
  .e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
4359
4376
  animation: none;
4360
4377
  }
4361
4378
 
4379
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
4380
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
4362
4381
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
4363
4382
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
4364
4383
  color: #fff;
4365
4384
  border: 2px solid #333;
4366
4385
  }
4367
4386
 
4387
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
4388
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
4368
4389
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
4369
4390
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
4370
4391
  background: #685708;
@@ -4373,17 +4394,23 @@
4373
4394
  color: #fff;
4374
4395
  }
4375
4396
 
4397
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active .e-icons,
4398
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active .e-icons,
4376
4399
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active .e-icons,
4377
4400
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active .e-icons {
4378
4401
  color: #000;
4379
4402
  }
4380
4403
 
4404
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:active:hover,
4405
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:active:hover,
4381
4406
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover,
4382
4407
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover {
4383
4408
  background: #ffd939;
4384
4409
  color: #000;
4385
4410
  }
4386
4411
 
4412
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
4413
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
4387
4414
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
4388
4415
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
4389
4416
  color: #fff;
@@ -4391,6 +4418,8 @@
4391
4418
  border: 2px solid #fff;
4392
4419
  }
4393
4420
 
4421
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
4422
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover,
4394
4423
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
4395
4424
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover {
4396
4425
  background: #685708;
@@ -4398,6 +4427,8 @@
4398
4427
  color: #fff;
4399
4428
  }
4400
4429
 
4430
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
4431
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active,
4401
4432
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
4402
4433
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active {
4403
4434
  background: #ffd939;
@@ -4405,10 +4436,12 @@
4405
4436
  color: #000;
4406
4437
  }
4407
4438
 
4439
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
4408
4440
  .e-tab.e-background .e-tab-header .e-hor-nav:active::after {
4409
4441
  animation: none;
4410
4442
  }
4411
4443
 
4444
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
4412
4445
  .e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
4413
4446
  color: #fff;
4414
4447
  }
@@ -2066,6 +2066,10 @@
2066
2066
  top: 0;
2067
2067
  }
2068
2068
 
2069
+ .e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
2070
+ display: none;
2071
+ }
2072
+
2069
2073
  .e-tab .e-tab-header.e-vertical {
2070
2074
  max-width: 150px;
2071
2075
  z-index: 1;
@@ -2323,6 +2327,11 @@
2323
2327
  min-height: 62px;
2324
2328
  }
2325
2329
 
2330
+ .e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
2331
+ .e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
2332
+ display: none;
2333
+ }
2334
+
2326
2335
  .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
2327
2336
  height: 62px;
2328
2337
  }
@@ -3381,6 +3390,10 @@
3381
3390
  color: rgba(255, 255, 255, 0.3);
3382
3391
  }
3383
3392
 
3393
+ .e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
3394
+ border: initial;
3395
+ }
3396
+
3384
3397
  .e-tab .e-tab-header .e-toolbar-pop {
3385
3398
  background: #424242;
3386
3399
  border: 0;
@@ -3418,6 +3431,11 @@
3418
3431
  background: rgba(255, 255, 255, 0.18);
3419
3432
  }
3420
3433
 
3434
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
3435
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
3436
+ color: #00b0ff;
3437
+ }
3438
+
3421
3439
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
3422
3440
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
3423
3441
  color: rgba(255, 255, 255, 0.3);
@@ -3821,7 +3839,7 @@
3821
3839
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3822
3840
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
3823
3841
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
3824
- color: #00b0ff;
3842
+ color: #fff;
3825
3843
  }
3826
3844
 
3827
3845
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
@@ -3858,6 +3876,16 @@
3858
3876
  background: #3f51b5;
3859
3877
  }
3860
3878
 
3879
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
3880
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
3881
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
3882
+ color: rgba(255, 255, 255, 0.7);
3883
+ }
3884
+
3885
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
3886
+ color: rgba(255, 255, 255, 0.54);
3887
+ }
3888
+
3861
3889
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
3862
3890
  background: inherit;
3863
3891
  }
@@ -3871,20 +3899,6 @@
3871
3899
  color: #fff;
3872
3900
  }
3873
3901
 
3874
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
3875
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
3876
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
3877
- color: rgba(255, 255, 255, 0.7);
3878
- }
3879
-
3880
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
3881
- color: rgba(255, 255, 255, 0.54);
3882
- }
3883
-
3884
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
3885
- color: #00b0ff;
3886
- }
3887
-
3888
3902
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
3889
3903
  border: 0;
3890
3904
  margin: 0;
@@ -3952,48 +3966,61 @@
3952
3966
  color: white;
3953
3967
  }
3954
3968
 
3969
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
3955
3970
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
3956
3971
  color: rgba(255, 255, 255, 0.7);
3957
3972
  }
3958
3973
 
3974
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
3959
3975
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
3960
3976
  background: inherit;
3961
3977
  color: yellow;
3962
3978
  }
3963
3979
 
3980
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
3964
3981
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3965
3982
  color: yellow;
3966
3983
  }
3967
3984
 
3985
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
3968
3986
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
3969
3987
  background: inherit;
3970
3988
  color: yellow;
3971
3989
  }
3972
3990
 
3991
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
3973
3992
  .e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
3974
3993
  animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
3975
3994
  }
3976
3995
 
3996
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
3997
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
3977
3998
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
3978
3999
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
3979
4000
  color: rgba(255, 255, 255, 0.7);
3980
4001
  }
3981
4002
 
4003
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
4004
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
3982
4005
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
3983
4006
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
3984
4007
  background: inherit;
3985
4008
  color: yellow;
3986
4009
  }
3987
4010
 
4011
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
4012
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
3988
4013
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3989
4014
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3990
4015
  color: yellow;
3991
4016
  }
3992
4017
 
4018
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
3993
4019
  .e-tab.e-background .e-tab-header .e-hor-nav:active::after {
3994
4020
  animation: tbar-alt-popup-shadow 1s ease-out 0ms;
3995
4021
  }
3996
4022
 
4023
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
3997
4024
  .e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
3998
4025
  color: yellow;
3999
4026
  }
@@ -2072,6 +2072,10 @@
2072
2072
  top: 0;
2073
2073
  }
2074
2074
 
2075
+ .e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
2076
+ display: none;
2077
+ }
2078
+
2075
2079
  .e-tab .e-tab-header.e-vertical {
2076
2080
  max-width: 150px;
2077
2081
  z-index: 1;
@@ -2329,6 +2333,11 @@
2329
2333
  min-height: 62px;
2330
2334
  }
2331
2335
 
2336
+ .e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,
2337
+ .e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
2338
+ display: none;
2339
+ }
2340
+
2332
2341
  .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
2333
2342
  height: 62px;
2334
2343
  }
@@ -3387,6 +3396,10 @@
3387
3396
  color: rgba(0, 0, 0, 0.38);
3388
3397
  }
3389
3398
 
3399
+ .e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active {
3400
+ border: initial;
3401
+ }
3402
+
3390
3403
  .e-tab .e-tab-header .e-toolbar-pop {
3391
3404
  background: #fff;
3392
3405
  border: 0;
@@ -3424,6 +3437,11 @@
3424
3437
  background: #eee;
3425
3438
  }
3426
3439
 
3440
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
3441
+ .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon {
3442
+ color: #e3165b;
3443
+ }
3444
+
3427
3445
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
3428
3446
  .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
3429
3447
  color: rgba(0, 0, 0, 0.38);
@@ -3827,7 +3845,7 @@
3827
3845
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
3828
3846
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
3829
3847
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
3830
- color: #e3165b;
3848
+ color: rgba(0, 0, 0, 0.87);
3831
3849
  }
3832
3850
 
3833
3851
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
@@ -3864,6 +3882,16 @@
3864
3882
  background: #3f51b5;
3865
3883
  }
3866
3884
 
3885
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
3886
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,
3887
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
3888
+ color: rgba(255, 255, 255, 0.7);
3889
+ }
3890
+
3891
+ .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover {
3892
+ color: rgba(255, 255, 255, 0.54);
3893
+ }
3894
+
3867
3895
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
3868
3896
  background: inherit;
3869
3897
  }
@@ -3877,20 +3905,6 @@
3877
3905
  color: #fff;
3878
3906
  }
3879
3907
 
3880
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
3881
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
3882
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
3883
- color: rgba(255, 255, 255, 0.7);
3884
- }
3885
-
3886
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
3887
- color: rgba(255, 255, 255, 0.54);
3888
- }
3889
-
3890
- .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
3891
- color: #e3165b;
3892
- }
3893
-
3894
3908
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
3895
3909
  border: 0;
3896
3910
  margin: 0;
@@ -3958,48 +3972,61 @@
3958
3972
  color: white;
3959
3973
  }
3960
3974
 
3975
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,
3961
3976
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
3962
3977
  color: rgba(255, 255, 255, 0.7);
3963
3978
  }
3964
3979
 
3980
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,
3965
3981
  .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
3966
3982
  background: inherit;
3967
3983
  color: #fff;
3968
3984
  }
3969
3985
 
3986
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,
3970
3987
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
3971
3988
  color: #fff;
3972
3989
  }
3973
3990
 
3991
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,
3974
3992
  .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
3975
3993
  background: inherit;
3976
3994
  color: #fff;
3977
3995
  }
3978
3996
 
3997
+ .e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,
3979
3998
  .e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
3980
3999
  animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
3981
4000
  }
3982
4001
 
4002
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
4003
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,
3983
4004
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
3984
4005
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
3985
4006
  color: rgba(255, 255, 255, 0.7);
3986
4007
  }
3987
4008
 
4009
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
4010
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,
3988
4011
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
3989
4012
  .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
3990
4013
  background: inherit;
3991
4014
  color: #fff;
3992
4015
  }
3993
4016
 
4017
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
4018
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,
3994
4019
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
3995
4020
  .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
3996
4021
  color: #fff;
3997
4022
  }
3998
4023
 
4024
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,
3999
4025
  .e-tab.e-background .e-tab-header .e-hor-nav:active::after {
4000
4026
  animation: tbar-alt-popup-shadow 1s ease-out 0ms;
4001
4027
  }
4002
4028
 
4029
+ .e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,
4003
4030
  .e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
4004
4031
  color: #fff;
4005
4032
  }