@syncfusion/ej2-navigations 24.1.41 → 24.2.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 (95) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +102 -15
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +111 -24
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +11 -11
  14. package/src/common/menu-base.js +21 -0
  15. package/src/stepper/stepper.js +26 -12
  16. package/src/tab/tab.js +1 -1
  17. package/src/treeview/treeview.d.ts +1 -0
  18. package/src/treeview/treeview.js +63 -11
  19. package/styles/bootstrap-dark.css +5 -4
  20. package/styles/bootstrap.css +5 -4
  21. package/styles/bootstrap4.css +5 -4
  22. package/styles/bootstrap5-dark.css +14 -11
  23. package/styles/bootstrap5.css +14 -11
  24. package/styles/fabric-dark.css +5 -4
  25. package/styles/fabric.css +5 -4
  26. package/styles/fluent-dark.css +9 -8
  27. package/styles/fluent.css +9 -8
  28. package/styles/highcontrast-light.css +5 -4
  29. package/styles/highcontrast.css +5 -4
  30. package/styles/material-dark.css +5 -4
  31. package/styles/material.css +5 -4
  32. package/styles/material3-dark.css +5 -4
  33. package/styles/material3.css +5 -4
  34. package/styles/menu/_layout.scss +0 -1
  35. package/styles/menu/bootstrap-dark.css +0 -1
  36. package/styles/menu/bootstrap.css +0 -1
  37. package/styles/menu/bootstrap4.css +0 -1
  38. package/styles/menu/bootstrap5-dark.css +0 -1
  39. package/styles/menu/bootstrap5.css +0 -1
  40. package/styles/menu/fabric-dark.css +0 -1
  41. package/styles/menu/fabric.css +0 -1
  42. package/styles/menu/fluent-dark.css +0 -1
  43. package/styles/menu/fluent.css +0 -1
  44. package/styles/menu/highcontrast-light.css +0 -1
  45. package/styles/menu/highcontrast.css +0 -1
  46. package/styles/menu/material-dark.css +0 -1
  47. package/styles/menu/material.css +0 -1
  48. package/styles/menu/material3-dark.css +0 -1
  49. package/styles/menu/material3.css +0 -1
  50. package/styles/menu/tailwind-dark.css +0 -1
  51. package/styles/menu/tailwind.css +0 -1
  52. package/styles/stepper/_bootstrap-dark-definition.scss +1 -0
  53. package/styles/stepper/_bootstrap-definition.scss +1 -0
  54. package/styles/stepper/_bootstrap4-definition.scss +1 -0
  55. package/styles/stepper/_bootstrap5-definition.scss +1 -0
  56. package/styles/stepper/_fabric-dark-definition.scss +1 -0
  57. package/styles/stepper/_fabric-definition.scss +1 -0
  58. package/styles/stepper/_fluent-definition.scss +1 -0
  59. package/styles/stepper/_fusionnew-definition.scss +1 -0
  60. package/styles/stepper/_highcontrast-definition.scss +1 -0
  61. package/styles/stepper/_highcontrast-light-definition.scss +1 -0
  62. package/styles/stepper/_material-dark-definition.scss +1 -0
  63. package/styles/stepper/_material-definition.scss +1 -0
  64. package/styles/stepper/_material3-definition.scss +1 -0
  65. package/styles/stepper/_tailwind-definition.scss +1 -0
  66. package/styles/stepper/_theme.scss +9 -3
  67. package/styles/stepper/bootstrap-dark.css +5 -3
  68. package/styles/stepper/bootstrap.css +5 -3
  69. package/styles/stepper/bootstrap4.css +5 -3
  70. package/styles/stepper/bootstrap5-dark.css +5 -3
  71. package/styles/stepper/bootstrap5.css +5 -3
  72. package/styles/stepper/fabric-dark.css +5 -3
  73. package/styles/stepper/fabric.css +5 -3
  74. package/styles/stepper/fluent-dark.css +5 -3
  75. package/styles/stepper/fluent.css +5 -3
  76. package/styles/stepper/highcontrast-light.css +5 -3
  77. package/styles/stepper/highcontrast.css +5 -3
  78. package/styles/stepper/material-dark.css +5 -3
  79. package/styles/stepper/material.css +5 -3
  80. package/styles/stepper/material3-dark.css +5 -3
  81. package/styles/stepper/material3.css +5 -3
  82. package/styles/stepper/tailwind-dark.css +5 -3
  83. package/styles/stepper/tailwind.css +5 -3
  84. package/styles/tailwind-dark.css +9 -8
  85. package/styles/tailwind.css +9 -8
  86. package/styles/toolbar/_bootstrap5-definition.scss +5 -5
  87. package/styles/toolbar/_fluent-definition.scss +2 -2
  88. package/styles/toolbar/_tailwind-definition.scss +2 -2
  89. package/styles/toolbar/_theme.scss +8 -0
  90. package/styles/toolbar/bootstrap5-dark.css +9 -7
  91. package/styles/toolbar/bootstrap5.css +9 -7
  92. package/styles/toolbar/fluent-dark.css +4 -4
  93. package/styles/toolbar/fluent.css +4 -4
  94. package/styles/toolbar/tailwind-dark.css +4 -4
  95. package/styles/toolbar/tailwind.css +4 -4
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #317ab9;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #317ab9, 0 0 0 8px #fff;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #317ab9, 0 0 0 8px #fff;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #007bff;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007bff, 0 0 0 8px #fff;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007bff, 0 0 0 8px #fff;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #495057, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #0d6efd;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #212529, 0 0 0 4px #0d6efd, 0 0 0 8px #212529;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #212529, 0 0 0 4px #0d6efd, 0 0 0 8px #212529;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #212529, 0 0 0 4px #fff, 0 0 0 8px #212529 !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #0d6efd;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0d6efd, 0 0 0 8px #fff;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0d6efd, 0 0 0 8px #fff;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #212529, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #0074cc;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #201f1f, 0 0 0 4px #0074cc, 0 0 0 8px #201f1f;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #201f1f, 0 0 0 4px #0074cc, 0 0 0 8px #201f1f;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #201f1f, 0 0 0 4px #fff, 0 0 0 8px #201f1f !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #0078d6;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0078d6, 0 0 0 8px #fff;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0078d6, 0 0 0 8px #fff;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #0078d4;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #0078d4, 0 0 0 8px #1b1a19;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #0078d4, 0 0 0 8px #1b1a19;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #1b1a19, 0 0 0 4px #f3f2f1, 0 0 0 8px #1b1a19 !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #0078d4;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0078d4, 0 0 0 8px #fff;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0078d4, 0 0 0 8px #fff;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #201f1e, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #400074;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #400074, 0 0 0 8px #fff;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #400074, 0 0 0 8px #fff;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #ffd939;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #000, 0 0 0 4px #ffd939, 0 0 0 8px #000;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #000, 0 0 0 4px #ffd939, 0 0 0 8px #000;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #000, 0 0 0 4px #fff, 0 0 0 8px #000 !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #3f51b5;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #383838, 0 0 0 4px #3f51b5, 0 0 0 8px #383838;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #383838, 0 0 0 4px #3f51b5, 0 0 0 8px #383838;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #383838, 0 0 0 4px #fff, 0 0 0 8px #383838 !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #3f51b5;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3f51b5, 0 0 0 8px #fff;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3f51b5, 0 0 0 8px #fff;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -634,12 +634,14 @@
634
634
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
635
635
  background-color: rgba(var(--color-sf-primary));
636
636
  }
637
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
637
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
638
+ box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-primary)), 0 0 0 8px rgba(var(--color-sf-surface));
639
+ }
638
640
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
639
641
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
640
642
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
641
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
642
- box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-primary)), 0 0 0 8px rgba(var(--color-sf-surface));
643
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
644
+ box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-on-surface)), 0 0 0 8px rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
643
645
  }
644
646
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
645
647
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -690,12 +690,14 @@
690
690
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
691
691
  background-color: rgba(var(--color-sf-primary));
692
692
  }
693
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
693
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
694
+ box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-primary)), 0 0 0 8px rgba(var(--color-sf-surface));
695
+ }
694
696
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
695
697
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
696
698
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
697
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
698
- box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-primary)), 0 0 0 8px rgba(var(--color-sf-surface));
699
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
700
+ box-shadow: 0 0 0 2px rgba(var(--color-sf-surface)), 0 0 0 4px rgba(var(--color-sf-on-surface)), 0 0 0 8px rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
699
701
  }
700
702
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
701
703
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #22d3ee;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #1f2937, 0 0 0 4px #22d3ee, 0 0 0 8px #1f2937;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #1f2937, 0 0 0 4px #22d3ee, 0 0 0 8px #1f2937;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #1f2937, 0 0 0 4px #fff, 0 0 0 8px #1f2937 !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -579,12 +579,14 @@
579
579
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
580
580
  background-color: #4f46e5;
581
581
  }
582
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
582
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
583
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4f46e5, 0 0 0 8px #fff;
584
+ }
583
585
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
584
586
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
585
587
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
586
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
587
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4f46e5, 0 0 0 8px #fff;
588
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
589
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111827, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
588
590
  }
589
591
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
590
592
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -2233,13 +2233,13 @@
2233
2233
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
2234
2234
  }
2235
2235
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
2236
- background: #4b5563;
2236
+ background: none;
2237
2237
  border-radius: 4px;
2238
2238
  color: #9ca3af;
2239
2239
  border-color: #d1d5db;
2240
2240
  border-style: solid;
2241
2241
  border-width: 0;
2242
- box-shadow: none;
2242
+ box-shadow: 0 0 0 1px #22d3ee;
2243
2243
  }
2244
2244
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
2245
2245
  color: #d1d5db;
@@ -2423,12 +2423,12 @@
2423
2423
  border: none;
2424
2424
  }
2425
2425
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2426
- background: #4b5563;
2426
+ background: none;
2427
2427
  border-radius: 4px;
2428
2428
  border-color: #d1d5db;
2429
2429
  border-style: solid;
2430
2430
  border-width: 0;
2431
- box-shadow: none;
2431
+ box-shadow: 0 0 0 1px #22d3ee;
2432
2432
  }
2433
2433
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2434
2434
  background: #4b5563;
@@ -9277,7 +9277,6 @@ ejs-sidebar {
9277
9277
  font-size: 16px;
9278
9278
  padding: 4px 0;
9279
9279
  white-space: nowrap;
9280
- max-width: 280px;
9281
9280
  min-width: 112px;
9282
9281
  }
9283
9282
  .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
@@ -11103,12 +11102,14 @@ ejs-sidebar {
11103
11102
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
11104
11103
  background-color: #22d3ee;
11105
11104
  }
11106
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
11105
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
11106
+ box-shadow: 0 0 0 2px #1f2937, 0 0 0 4px #22d3ee, 0 0 0 8px #1f2937;
11107
+ }
11107
11108
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
11108
11109
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
11109
11110
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
11110
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
11111
- box-shadow: 0 0 0 2px #1f2937, 0 0 0 4px #22d3ee, 0 0 0 8px #1f2937;
11111
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
11112
+ box-shadow: 0 0 0 2px #1f2937, 0 0 0 4px #fff, 0 0 0 8px #1f2937 !important; /* stylelint-disable-line declaration-no-important */
11112
11113
  }
11113
11114
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
11114
11115
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -2233,13 +2233,13 @@
2233
2233
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
2234
2234
  }
2235
2235
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
2236
- background: #e5e7eb;
2236
+ background: none;
2237
2237
  border-radius: 4px;
2238
2238
  color: #6b7280;
2239
2239
  border-color: #6b7280;
2240
2240
  border-style: solid;
2241
2241
  border-width: 0;
2242
- box-shadow: none;
2242
+ box-shadow: 0 0 0 1px #4f46e5;
2243
2243
  }
2244
2244
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
2245
2245
  color: #6b7280;
@@ -2423,12 +2423,12 @@
2423
2423
  border: none;
2424
2424
  }
2425
2425
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
2426
- background: #e5e7eb;
2426
+ background: none;
2427
2427
  border-radius: 4px;
2428
2428
  border-color: #6b7280;
2429
2429
  border-style: solid;
2430
2430
  border-width: 0;
2431
- box-shadow: none;
2431
+ box-shadow: 0 0 0 1px #4f46e5;
2432
2432
  }
2433
2433
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
2434
2434
  background: #e5e7eb;
@@ -9277,7 +9277,6 @@ ejs-sidebar {
9277
9277
  font-size: 16px;
9278
9278
  padding: 4px 0;
9279
9279
  white-space: nowrap;
9280
- max-width: 280px;
9281
9280
  min-width: 112px;
9282
9281
  }
9283
9282
  .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
@@ -11103,12 +11102,14 @@ ejs-sidebar {
11103
11102
  .e-stepper .e-stepper-progressbar > .e-progressbar-value {
11104
11103
  background-color: #4f46e5;
11105
11104
  }
11106
- .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
11105
+ .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step {
11106
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4f46e5, 0 0 0 8px #fff;
11107
+ }
11107
11108
  .e-stepper .e-stepper-steps .e-step-container.e-step-focus .e-step,
11108
11109
  .e-stepper .e-stepper-steps .e-step-container.e-step-label-only.e-step-focus .e-label,
11109
11110
  .e-stepper .e-stepper-steps .e-step-container.e-step-text-only.e-step-focus .e-text,
11110
- .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus {
11111
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4f46e5, 0 0 0 8px #fff;
11111
+ .e-stepper .e-stepper-steps .e-step-container.e-step-template.e-step-focus, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container:focus-visible .e-step, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-text-only:focus-visible .e-text, .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-label-only:focus-visible .e-label {
11112
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111827, 0 0 0 8px #fff !important; /* stylelint-disable-line declaration-no-important */
11112
11113
  }
11113
11114
  .e-stepper:not(.e-steps-focus) .e-stepper-steps .e-step-container.e-step-valid.e-step-selected:not(.e-step-text-only):not(.e-step-label-only) .e-step,
11114
11115
  .e-stepper .e-stepper-steps .e-step-container.e-step-valid.e-step-focus .e-step,
@@ -136,7 +136,7 @@ $tbar-pressed-bg: $secondary-bg-color-focus !default;
136
136
  $tbar-pressed-font: $content-text-color-alt2 !default;
137
137
  $tbar-select-font: $content-text-color-alt2 !default;
138
138
  $tbar-default-icon-overlay: $content-text-color-alt2 !default;
139
- $tbar-focus-bg: $tbar-hover-bg !default;
139
+ $tbar-focus-bg: none !default;
140
140
  $tbar-press-font: $content-text-color-alt2 !default;
141
141
  $tbar-default-font-overlay: $content-text-color-alt2 !default;
142
142
  $tbar-active-font-color: $primary-text-color !default;
@@ -150,12 +150,12 @@ $tbar-nrml-btn-border-radius: 4px !default;
150
150
  $tbar-nrml-btn-focus-padding: 0 4px !default;
151
151
  $tbar-nrml-btn-focus-outline: 0 !default;
152
152
 
153
- $tbar-btn-icons-focus-color: $primary-text-color !default;
153
+ $tbar-btn-icons-focus-color: $icon-color !default;
154
154
  $tbar-btn-text-focus-color: $primary-text-color !default;
155
155
  $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
156
156
  $tbar-btn-hover-border-size: $tbar-border-size !default;
157
- $tbar-btn-hover-active-icons-color: $tbar-default-icon-color !default;
158
- $tbar-btn-hover-active-text-color: $content-text-color-alt2 !default;
157
+ $tbar-btn-hover-active-icons-color: $primary-text-color !default;
158
+ $tbar-btn-hover-active-text-color: $primary-text-color !default;
159
159
  $tbar-btn-overlay-opacity: .5 !default;
160
160
  $tbar-btn-active-bg: $tbar-active-bg !default;
161
161
  $tbar-btn-active-icons-color: $tbar-default-icon-color !default;
@@ -169,7 +169,7 @@ $tbar-flat-btn-active-box-shadow: none !default;
169
169
  $tbar-ext-btn-focus-padding: 0 4px !default;
170
170
  $tbar-ext-btn-icon-padding: 5px 6px !default;
171
171
  $tbar-ext-btn-icon-font-size: $text-base !default;
172
- $tbar-ext-btn-focus-box-shadow: none !default;
172
+ $tbar-ext-btn-focus-box-shadow: $secondary-shadow-focus !default;
173
173
  $tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
174
174
  $tbar-ext-btn-border: none !default;
175
175
 
@@ -38,7 +38,7 @@ $tbar-separator-border: $border-dark !default;
38
38
  $tbar-default-border: $border-light !default;
39
39
  $tbar-hover-border-color: $icon-color !default;
40
40
  $tbar-focus-border-color: $tbar-hover-border-color !default;
41
- $tbar-focus-bg: $content-bg-color-alt4 !default;
41
+ $tbar-focus-bg: none !default;
42
42
  $tbar-press-font: $content-text-color !default;
43
43
 
44
44
  $tbar-default-font-overlay: $content-text-color !default;
@@ -159,7 +159,7 @@ $tbar-flat-btn-active-box-shadow: none !default;
159
159
  $tbar-ext-btn-focus-padding: 0 4px !default;
160
160
  $tbar-ext-btn-icon-padding: 0 !default;
161
161
  $tbar-ext-btn-icon-font-size: $text-sm !default;
162
- $tbar-ext-btn-focus-box-shadow: none !default;
162
+ $tbar-ext-btn-focus-box-shadow: inset 0 0 0 1px !default;
163
163
  $tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
164
164
  $tbar-ext-btn-border: none !default;
165
165
 
@@ -38,7 +38,7 @@ $tbar-separator-border: $border-light !default;
38
38
  $tbar-default-border: $border-light !default;
39
39
  $tbar-hover-border-color: $icon-color !default;
40
40
  $tbar-focus-border-color: $tbar-hover-border-color !default;
41
- $tbar-focus-bg: $tbar-hover-bg !default;
41
+ $tbar-focus-bg: none !default;
42
42
  $tbar-press-font: $content-text-color-alt2 !default;
43
43
 
44
44
  $tbar-default-font-overlay: $content-text-color-alt2 !default;
@@ -159,7 +159,7 @@ $tbar-flat-btn-active-box-shadow: $shadow-sm !default;
159
159
  $tbar-ext-btn-focus-padding: 0 4px !default;
160
160
  $tbar-ext-btn-icon-padding: 5px 6px !default;
161
161
  $tbar-ext-btn-icon-font-size: $text-base !default;
162
- $tbar-ext-btn-focus-box-shadow: none !default;
162
+ $tbar-ext-btn-focus-box-shadow: $shadow-focus-ring1 !default;
163
163
  $tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
164
164
  $tbar-ext-btn-border: none !default;
165
165
 
@@ -55,6 +55,10 @@
55
55
 
56
56
  .e-tbar-btn-text {
57
57
  color: $tbar-btn-text-focus-color;
58
+
59
+ @if $skin-name == 'bootstrap5' {
60
+ color: $tbar-btn-icons-focus-color;
61
+ }
58
62
  }
59
63
  }
60
64
 
@@ -68,6 +72,10 @@
68
72
 
69
73
  .e-icons {
70
74
  color: $tbar-btn-icons-focus-color;
75
+
76
+ @if $skin-name == 'bootstrap5' {
77
+ color: $tbar-btn-text-focus-color;
78
+ }
71
79
  }
72
80
 
73
81
  .e-tbar-btn-text {
@@ -854,19 +854,20 @@
854
854
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
855
855
  }
856
856
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
857
- background: #5c636a;
857
+ background: none;
858
858
  border-radius: 4px;
859
859
  color: #adb5bd;
860
860
  border-color: #adb5bd;
861
861
  border-style: solid;
862
862
  border-width: 0;
863
- box-shadow: none;
863
+ box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
864
864
  }
865
865
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
866
- color: #fff;
866
+ color: #adb5bd;
867
867
  }
868
868
  .e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
869
869
  color: #fff;
870
+ color: #adb5bd;
870
871
  }
871
872
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
872
873
  background: #5c636a;
@@ -877,16 +878,17 @@
877
878
  color: #adb5bd;
878
879
  }
879
880
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
881
+ color: #adb5bd;
880
882
  color: #fff;
881
883
  }
882
884
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
883
885
  color: #fff;
884
886
  }
885
887
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
886
- color: #adb5bd;
888
+ color: #fff;
887
889
  }
888
890
  .e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
889
- color: #ced4da;
891
+ color: #fff;
890
892
  }
891
893
  .e-toolbar .e-toolbar-item .e-tbar-btn:active {
892
894
  background: #565e64;
@@ -1044,12 +1046,12 @@
1044
1046
  border: none;
1045
1047
  }
1046
1048
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1047
- background: #5c636a;
1049
+ background: none;
1048
1050
  border-radius: 4px;
1049
1051
  border-color: #adb5bd;
1050
1052
  border-style: solid;
1051
1053
  border-width: 0;
1052
- box-shadow: none;
1054
+ box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
1053
1055
  }
1054
1056
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
1055
1057
  background: #5c636a;