@syncfusion/ej2-splitbuttons 20.2.45 → 20.3.47

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 (113) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/ej2-splitbuttons.min.js +10 -0
  3. package/dist/ej2-splitbuttons.umd.min.js +1 -1
  4. package/dist/global/ej2-splitbuttons.min.js +1 -1
  5. package/dist/global/index.d.ts +1 -1
  6. package/package.json +9 -8
  7. package/src/drop-down-button/drop-down-button-model.d.ts +4 -4
  8. package/styles/bootstrap-dark.css +26 -5
  9. package/styles/bootstrap.css +21 -0
  10. package/styles/bootstrap4.css +22 -1
  11. package/styles/bootstrap5-dark.css +23 -0
  12. package/styles/bootstrap5.css +23 -0
  13. package/styles/button-group/_bootstrap-dark-definition.scss +2 -1
  14. package/styles/button-group/_fabric-dark-definition.scss +2 -1
  15. package/styles/button-group/_group-button-mixin.scss +3 -3
  16. package/styles/button-group/_highcontrast-light-definition.scss +3 -3
  17. package/styles/button-group/_layout.scss +1 -1
  18. package/styles/button-group/_material-dark-definition.scss +2 -1
  19. package/styles/button-group/_theme.scss +1 -1
  20. package/styles/button-group/bootstrap-dark.css +2 -0
  21. package/styles/button-group/bootstrap.css +2 -0
  22. package/styles/button-group/bootstrap4.css +2 -0
  23. package/styles/button-group/bootstrap5-dark.css +2 -0
  24. package/styles/button-group/bootstrap5.css +2 -0
  25. package/styles/button-group/fabric-dark.css +2 -0
  26. package/styles/button-group/fabric.css +2 -0
  27. package/styles/button-group/fluent-dark.css +2 -0
  28. package/styles/button-group/fluent.css +2 -0
  29. package/styles/button-group/highcontrast-light.css +2 -0
  30. package/styles/button-group/highcontrast.css +2 -0
  31. package/styles/button-group/material-dark.css +2 -0
  32. package/styles/button-group/material.css +2 -0
  33. package/styles/button-group/tailwind-dark.css +2 -0
  34. package/styles/button-group/tailwind.css +2 -0
  35. package/styles/drop-down-button/_all.scss +1 -1
  36. package/styles/drop-down-button/_bootstrap-dark-definition.scss +1 -0
  37. package/styles/drop-down-button/_bootstrap4-definition.scss +2 -2
  38. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
  39. package/styles/drop-down-button/_fabric-dark-definition.scss +2 -1
  40. package/styles/drop-down-button/_fluent-definition.scss +1 -1
  41. package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
  42. package/styles/drop-down-button/_highcontrast-definition.scss +0 -1
  43. package/styles/drop-down-button/_highcontrast-light-definition.scss +2 -1
  44. package/styles/drop-down-button/_layout.scss +3 -2
  45. package/styles/drop-down-button/_material-dark-definition.scss +2 -1
  46. package/styles/drop-down-button/_material3-definition.scss +0 -1
  47. package/styles/drop-down-button/_tailwind-definition.scss +0 -1
  48. package/styles/drop-down-button/_theme.scss +21 -0
  49. package/styles/drop-down-button/bootstrap-dark.css +18 -0
  50. package/styles/drop-down-button/bootstrap.css +18 -0
  51. package/styles/drop-down-button/bootstrap4.css +18 -0
  52. package/styles/drop-down-button/bootstrap5-dark.css +19 -0
  53. package/styles/drop-down-button/bootstrap5.css +19 -0
  54. package/styles/drop-down-button/fabric-dark.css +18 -0
  55. package/styles/drop-down-button/fabric.css +18 -0
  56. package/styles/drop-down-button/fluent-dark.css +19 -0
  57. package/styles/drop-down-button/fluent.css +19 -0
  58. package/styles/drop-down-button/highcontrast-light.css +18 -0
  59. package/styles/drop-down-button/highcontrast.css +18 -0
  60. package/styles/drop-down-button/material-dark.css +18 -0
  61. package/styles/drop-down-button/material.css +18 -0
  62. package/styles/drop-down-button/tailwind-dark.css +19 -0
  63. package/styles/drop-down-button/tailwind.css +19 -0
  64. package/styles/fabric-dark.css +21 -0
  65. package/styles/fabric.css +21 -0
  66. package/styles/fluent-dark.css +23 -0
  67. package/styles/fluent.css +23 -0
  68. package/styles/highcontrast-light.css +21 -0
  69. package/styles/highcontrast.css +23 -2
  70. package/styles/material-dark.css +21 -0
  71. package/styles/material.css +21 -0
  72. package/styles/progress-button/_bootstrap-dark-definition.scss +6 -5
  73. package/styles/progress-button/_bootstrap4-definition.scss +1 -1
  74. package/styles/progress-button/_fabric-dark-definition.scss +1 -0
  75. package/styles/progress-button/_highcontrast-definition.scss +1 -1
  76. package/styles/progress-button/_layout.scss +43 -42
  77. package/styles/progress-button/_material-dark-definition.scss +1 -0
  78. package/styles/progress-button/_theme.scss +23 -22
  79. package/styles/progress-button/bootstrap-dark.css +6 -5
  80. package/styles/progress-button/bootstrap.css +1 -0
  81. package/styles/progress-button/bootstrap4.css +2 -1
  82. package/styles/progress-button/bootstrap5-dark.css +1 -0
  83. package/styles/progress-button/bootstrap5.css +1 -0
  84. package/styles/progress-button/fabric-dark.css +1 -0
  85. package/styles/progress-button/fabric.css +1 -0
  86. package/styles/progress-button/fluent-dark.css +1 -0
  87. package/styles/progress-button/fluent.css +1 -0
  88. package/styles/progress-button/highcontrast-light.css +1 -0
  89. package/styles/progress-button/highcontrast.css +3 -2
  90. package/styles/progress-button/material-dark.css +1 -0
  91. package/styles/progress-button/material.css +1 -0
  92. package/styles/progress-button/tailwind-dark.css +1 -0
  93. package/styles/progress-button/tailwind.css +1 -0
  94. package/styles/split-button/_bootstrap-dark-definition.scss +2 -1
  95. package/styles/split-button/_bootstrap4-definition.scss +2 -1
  96. package/styles/split-button/_bootstrap5-definition.scss +0 -1
  97. package/styles/split-button/_fabric-dark-definition.scss +1 -0
  98. package/styles/split-button/_fluent-definition.scss +0 -1
  99. package/styles/split-button/_fusionnew-definition.scss +0 -1
  100. package/styles/split-button/_highcontrast-light-definition.scss +2 -2
  101. package/styles/split-button/_layout.scss +2 -1
  102. package/styles/split-button/_material-dark-definition.scss +2 -1
  103. package/styles/split-button/_material3-definition.scss +0 -1
  104. package/styles/split-button/_tailwind-definition.scss +0 -1
  105. package/styles/split-button/_theme.scss +1 -1
  106. package/styles/split-button/bootstrap5-dark.css +1 -0
  107. package/styles/split-button/bootstrap5.css +1 -0
  108. package/styles/split-button/fluent-dark.css +1 -0
  109. package/styles/split-button/fluent.css +1 -0
  110. package/styles/split-button/tailwind-dark.css +1 -0
  111. package/styles/split-button/tailwind.css +1 -0
  112. package/styles/tailwind-dark.css +23 -0
  113. package/styles/tailwind.css +23 -0
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -242,6 +243,7 @@
242
243
  font-size: 20px;
243
244
  }
244
245
 
246
+ /* stylelint-disable */
245
247
  .e-btn-group:not(.e-outline),
246
248
  .e-css.e-btn-group:not(.e-outline) {
247
249
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 20px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 20px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable */
1
2
  *.e-btn-group,
2
3
  *.e-css.e-btn-group {
3
4
  display: -ms-inline-flexbox;
@@ -234,6 +235,7 @@
234
235
  font-size: 16px;
235
236
  }
236
237
 
238
+ /* stylelint-disable */
237
239
  .e-btn-group:not(.e-outline),
238
240
  .e-css.e-btn-group:not(.e-outline) {
239
241
  box-shadow: none;
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -235,6 +236,7 @@
235
236
  font-size: 16px;
236
237
  }
237
238
 
239
+ /* stylelint-disable */
238
240
  .e-btn-group:not(.e-outline),
239
241
  .e-css.e-btn-group:not(.e-outline) {
240
242
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -235,6 +236,7 @@
235
236
  font-size: 16px;
236
237
  }
237
238
 
239
+ /* stylelint-disable */
238
240
  .e-btn-group:not(.e-outline),
239
241
  .e-css.e-btn-group:not(.e-outline) {
240
242
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -243,6 +244,7 @@
243
244
  font-size: 22px;
244
245
  }
245
246
 
247
+ /* stylelint-disable */
246
248
  .e-btn-group:not(.e-outline),
247
249
  .e-css.e-btn-group:not(.e-outline) {
248
250
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable */
2
3
  *.e-btn-group,
3
4
  *.e-css.e-btn-group {
4
5
  display: -ms-inline-flexbox;
@@ -243,6 +244,7 @@
243
244
  font-size: 22px;
244
245
  }
245
246
 
247
+ /* stylelint-disable */
246
248
  .e-btn-group:not(.e-outline),
247
249
  .e-css.e-btn-group:not(.e-outline) {
248
250
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
@@ -1,2 +1,2 @@
1
- @import 'layout.scss';
1
+ @import 'layout.scss';
2
2
  @import 'theme.scss';
@@ -47,4 +47,5 @@ $drop-down-btn-caret-icon-font-size-bigger: 10px !default;
47
47
  $drop-down-btn-box-shadow: none !default;
48
48
  $drop-down-btn-popup-margin-top: 0 !default;
49
49
  $drop-down-btn-bigger-popup-margin-top: 0 !default;
50
+
50
51
  //enddefault
@@ -5,7 +5,7 @@ $drop-down-btn-bigger-font-size: 16px !default;
5
5
  $drop-down-btn-bigger-li-height: 32px !default;
6
6
  $drop-down-btn-bigger-max-width: 280px !default;
7
7
  $drop-down-btn-bigger-min-width: 112px !default;
8
- $drop-down-btn-color: $gray-900 !default;
8
+ $drop-down-btn-color: $gray-900 !default;
9
9
  $drop-down-btn-disable-text: rgba($gray-600, .65) !default;
10
10
  $drop-down-btn-font-size: 14px !default;
11
11
  $drop-down-btn-font-weight: normal !default;
@@ -34,7 +34,7 @@ $drop-down-btn-parent-ul-box-shadow: none !default;
34
34
  $drop-down-btn-seperator-padding: 3px 0 !default;
35
35
  $drop-down-btn-selected-color: $white !default;
36
36
  $drop-down-btn-sub-ul-box-shadow: none !default;
37
- $drop-down-btn-ul-bgcolor: $content-popup-bg !default;
37
+ $drop-down-btn-ul-bgcolor: $content-popup-bg !default;
38
38
  $drop-down-btn-ul-border: 1px solid rgba($black, .15) !default;
39
39
  $drop-down-btn-ul-border-radius: 4px !default;
40
40
  $drop-down-btn-ul-padding: 6px 0 !default;
@@ -48,4 +48,3 @@ $drop-down-btn-li-selection-font-color: $content-text-color !default;
48
48
  $drop-down-btn-menu-icon-color: $icon-color !default;
49
49
  $drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
50
50
  $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
51
-
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $drop-down-btn-arrow-content: '\e36a' !default;
3
3
  $drop-down-btn-vertical-btn-padding: 8px 20px !default;
4
4
  $drop-down-btn-vertical-bigger-padding: 10px 24px !default;
@@ -47,4 +47,5 @@ $drop-down-btn-icon-font-size-bigger: 16px !default;
47
47
  $drop-down-btn-box-shadow: none !default;
48
48
  $drop-down-btn-popup-margin-top: 0 !default;
49
49
  $drop-down-btn-bigger-popup-margin-top: 0 !default;
50
+
50
51
  //enddefault
@@ -33,6 +33,7 @@ $drop-down-btn-bigger-popup-margin-top: 4px !default;
33
33
  $drop-down-btn-ul-border: 0 solid $border-light !default;
34
34
  $drop-down-btn-li-box-shadow: none !default;
35
35
  $drop-down-btn-li-border-style: solid !default;
36
+
36
37
  //Color
37
38
  $drop-down-btn-color: $secondary-text-color !default;
38
39
  $drop-down-btn-disable-text: $secondary-text-color-disabled !default;
@@ -49,4 +50,3 @@ $drop-down-btn-li-selection-font-color: $flyout-text-color-selected !default;
49
50
  $drop-down-btn-menu-icon-color: $icon-color !default;
50
51
  $drop-down-btn-menu-icon-disabled-color: $icon-color !default;
51
52
  $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
52
-
@@ -48,4 +48,3 @@ $drop-down-btn-li-selection-font-color: $content-text-color !default;
48
48
  $drop-down-btn-menu-icon-color: $icon-color !default;
49
49
  $drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
50
50
  $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
51
-
@@ -45,4 +45,3 @@ $drop-down-btn-caret-icon-font-size-bigger: 10px !default;
45
45
  $drop-down-btn-box-shadow: none !default;
46
46
  $drop-down-btn-popup-margin-top: 0 !default;
47
47
  $drop-down-btn-bigger-popup-margin-top: 0 !default;
48
-
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $drop-down-btn-arrow-content: '\e966' !default;
3
3
  $drop-down-btn-vertical-btn-padding: 8px 20px !default;
4
4
  $drop-down-btn-vertical-bigger-padding: 10px 24px !default;
@@ -46,4 +46,5 @@ $drop-down-btn-caret-icon-font-size-bigger: 10px !default;
46
46
  $drop-down-btn-box-shadow: none !default;
47
47
  $drop-down-btn-popup-margin-top: 0 !default;
48
48
  $drop-down-btn-bigger-popup-margin-top: 0 !default;
49
+
49
50
  //enddefault
@@ -1,4 +1,5 @@
1
- @include export-module('drop-down-button-layout') {
1
+ @include export-module('drop-down-button-layout') {
2
+
2
3
  /*! drop-down button layout */
3
4
  .e-dropdown-btn,
4
5
  .e-dropdown-btn.e-btn {
@@ -11,8 +12,8 @@
11
12
  &:hover {
12
13
  @if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' {
13
14
  box-shadow: none;
15
+ }
14
16
  }
15
- }
16
17
 
17
18
  &:focus {
18
19
  @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $drop-down-btn-arrow-content: '\e969' !default;
3
3
  $drop-down-btn-vertical-btn-padding: 12px 12px !default;
4
4
  $drop-down-btn-vertical-bigger-padding: 16px 16px !default;
@@ -47,4 +47,5 @@ $drop-down-btn-caret-icon-font-size-bigger: 10px !default;
47
47
  $drop-down-btn-box-shadow: none !default;
48
48
  $drop-down-btn-popup-margin-top: 0 !default;
49
49
  $drop-down-btn-bigger-popup-margin-top: 0 !default;
50
+
50
51
  //enddefault
@@ -48,4 +48,3 @@ $drop-down-btn-li-selection-font-color: $content-text-color !default;
48
48
  $drop-down-btn-menu-icon-color: $icon-color !default;
49
49
  $drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
50
50
  $drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
51
-
@@ -47,4 +47,3 @@ $drop-down-btn-li-selection-bgcolor: $content-bg-color-selected !default;
47
47
  $drop-down-btn-li-selection-font-color: $content-text-color-selected !default;
48
48
  $drop-down-btn-menu-icon-color: $secondary-text-color !default;
49
49
  $drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
50
-
@@ -1,4 +1,5 @@
1
1
  @include export-module('drop-down-button-theme') {
2
+
2
3
  /*! drop-down button theme */
3
4
  .e-dropdown-popup {
4
5
  background-color: $drop-down-btn-ul-bgcolor;
@@ -54,4 +55,24 @@
54
55
  }
55
56
  }
56
57
  }
58
+
59
+ .e-dropdown-btn,
60
+ .e-dropdown-btn.e-btn {
61
+ &.e-inherit {
62
+ background: inherit;
63
+ border-color: transparent;
64
+ box-shadow: none;
65
+ color: inherit;
66
+
67
+ &:hover,
68
+ &:focus,
69
+ &:active,
70
+ &.e-active {
71
+ background-color: rgba(transparent, .056);
72
+ border-color: transparent;
73
+ box-shadow: none;
74
+ color: inherit;
75
+ }
76
+ }
77
+ }
57
78
  }
@@ -210,4 +210,22 @@
210
210
  }
211
211
  .e-dropdown-popup ul .e-separator {
212
212
  border-bottom-color: #414141;
213
+ }
214
+
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
213
231
  }
@@ -210,4 +210,22 @@
210
210
  }
211
211
  .e-dropdown-popup ul .e-separator {
212
212
  border-bottom-color: #e6e6e6;
213
+ }
214
+
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
213
231
  }
@@ -205,4 +205,22 @@
205
205
  }
206
206
  .e-dropdown-popup ul .e-separator {
207
207
  border-bottom-color: #6c757d;
208
+ }
209
+
210
+ .e-dropdown-btn.e-inherit,
211
+ .e-dropdown-btn.e-btn.e-inherit {
212
+ background: inherit;
213
+ border-color: transparent;
214
+ box-shadow: none;
215
+ color: inherit;
216
+ }
217
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
218
+ .e-dropdown-btn.e-btn.e-inherit:hover,
219
+ .e-dropdown-btn.e-btn.e-inherit:focus,
220
+ .e-dropdown-btn.e-btn.e-inherit:active,
221
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
222
+ background-color: rgba(0, 0, 0, 0.056);
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
208
226
  }
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  .e-dropdown-btn .e-caret::before,
2
3
  .e-dropdown-btn.e-btn .e-caret::before {
3
4
  content: "\e70d";
@@ -214,4 +215,22 @@
214
215
  }
215
216
  .e-dropdown-popup ul .e-separator {
216
217
  border-bottom-color: #444c54;
218
+ }
219
+
220
+ .e-dropdown-btn.e-inherit,
221
+ .e-dropdown-btn.e-btn.e-inherit {
222
+ background: inherit;
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
226
+ }
227
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
228
+ .e-dropdown-btn.e-btn.e-inherit:hover,
229
+ .e-dropdown-btn.e-btn.e-inherit:focus,
230
+ .e-dropdown-btn.e-btn.e-inherit:active,
231
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
232
+ background-color: rgba(0, 0, 0, 0.056);
233
+ border-color: transparent;
234
+ box-shadow: none;
235
+ color: inherit;
217
236
  }
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  .e-dropdown-btn .e-caret::before,
2
3
  .e-dropdown-btn.e-btn .e-caret::before {
3
4
  content: "\e70d";
@@ -214,4 +215,22 @@
214
215
  }
215
216
  .e-dropdown-popup ul .e-separator {
216
217
  border-bottom-color: #dee2e6;
218
+ }
219
+
220
+ .e-dropdown-btn.e-inherit,
221
+ .e-dropdown-btn.e-btn.e-inherit {
222
+ background: inherit;
223
+ border-color: transparent;
224
+ box-shadow: none;
225
+ color: inherit;
226
+ }
227
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
228
+ .e-dropdown-btn.e-btn.e-inherit:hover,
229
+ .e-dropdown-btn.e-btn.e-inherit:focus,
230
+ .e-dropdown-btn.e-btn.e-inherit:active,
231
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
232
+ background-color: rgba(0, 0, 0, 0.056);
233
+ border-color: transparent;
234
+ box-shadow: none;
235
+ color: inherit;
217
236
  }
@@ -210,4 +210,22 @@
210
210
  }
211
211
  .e-dropdown-popup ul .e-separator {
212
212
  border-bottom-color: #414040;
213
+ }
214
+
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
213
231
  }
@@ -210,4 +210,22 @@
210
210
  }
211
211
  .e-dropdown-popup ul .e-separator {
212
212
  border-bottom-color: #eaeaea;
213
+ }
214
+
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
213
231
  }
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  .e-dropdown-btn .e-caret::before,
2
3
  .e-dropdown-btn.e-btn .e-caret::before {
3
4
  content: "\e729";
@@ -210,4 +211,22 @@
210
211
  }
211
212
  .e-dropdown-popup ul .e-separator {
212
213
  border-bottom-color: #292827;
214
+ }
215
+
216
+ .e-dropdown-btn.e-inherit,
217
+ .e-dropdown-btn.e-btn.e-inherit {
218
+ background: inherit;
219
+ border-color: transparent;
220
+ box-shadow: none;
221
+ color: inherit;
222
+ }
223
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
224
+ .e-dropdown-btn.e-btn.e-inherit:hover,
225
+ .e-dropdown-btn.e-btn.e-inherit:focus,
226
+ .e-dropdown-btn.e-btn.e-inherit:active,
227
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
228
+ background-color: rgba(0, 0, 0, 0.056);
229
+ border-color: transparent;
230
+ box-shadow: none;
231
+ color: inherit;
213
232
  }
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable-line no-empty-source */
1
2
  .e-dropdown-btn .e-caret::before,
2
3
  .e-dropdown-btn.e-btn .e-caret::before {
3
4
  content: "\e729";
@@ -210,4 +211,22 @@
210
211
  }
211
212
  .e-dropdown-popup ul .e-separator {
212
213
  border-bottom-color: #edebe9;
214
+ }
215
+
216
+ .e-dropdown-btn.e-inherit,
217
+ .e-dropdown-btn.e-btn.e-inherit {
218
+ background: inherit;
219
+ border-color: transparent;
220
+ box-shadow: none;
221
+ color: inherit;
222
+ }
223
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
224
+ .e-dropdown-btn.e-btn.e-inherit:hover,
225
+ .e-dropdown-btn.e-btn.e-inherit:focus,
226
+ .e-dropdown-btn.e-btn.e-inherit:active,
227
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
228
+ background-color: rgba(0, 0, 0, 0.056);
229
+ border-color: transparent;
230
+ box-shadow: none;
231
+ color: inherit;
213
232
  }
@@ -210,4 +210,22 @@
210
210
  }
211
211
  .e-dropdown-popup ul .e-separator {
212
212
  border-bottom-color: #000;
213
+ }
214
+
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
213
231
  }
@@ -210,4 +210,22 @@
210
210
  }
211
211
  .e-dropdown-popup ul .e-separator {
212
212
  border-bottom-color: #fff;
213
+ }
214
+
215
+ .e-dropdown-btn.e-inherit,
216
+ .e-dropdown-btn.e-btn.e-inherit {
217
+ background: inherit;
218
+ border-color: transparent;
219
+ box-shadow: none;
220
+ color: inherit;
221
+ }
222
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
223
+ .e-dropdown-btn.e-btn.e-inherit:hover,
224
+ .e-dropdown-btn.e-btn.e-inherit:focus,
225
+ .e-dropdown-btn.e-btn.e-inherit:active,
226
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
227
+ background-color: rgba(0, 0, 0, 0.056);
228
+ border-color: transparent;
229
+ box-shadow: none;
230
+ color: inherit;
213
231
  }
@@ -211,4 +211,22 @@
211
211
  }
212
212
  .e-dropdown-popup ul .e-separator {
213
213
  border-bottom-color: rgba(255, 255, 255, 0.12);
214
+ }
215
+
216
+ .e-dropdown-btn.e-inherit,
217
+ .e-dropdown-btn.e-btn.e-inherit {
218
+ background: inherit;
219
+ border-color: transparent;
220
+ box-shadow: none;
221
+ color: inherit;
222
+ }
223
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
224
+ .e-dropdown-btn.e-btn.e-inherit:hover,
225
+ .e-dropdown-btn.e-btn.e-inherit:focus,
226
+ .e-dropdown-btn.e-btn.e-inherit:active,
227
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
228
+ background-color: rgba(0, 0, 0, 0.056);
229
+ border-color: transparent;
230
+ box-shadow: none;
231
+ color: inherit;
214
232
  }
@@ -211,4 +211,22 @@
211
211
  }
212
212
  .e-dropdown-popup ul .e-separator {
213
213
  border-bottom-color: rgba(0, 0, 0, 0.12);
214
+ }
215
+
216
+ .e-dropdown-btn.e-inherit,
217
+ .e-dropdown-btn.e-btn.e-inherit {
218
+ background: inherit;
219
+ border-color: transparent;
220
+ box-shadow: none;
221
+ color: inherit;
222
+ }
223
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
224
+ .e-dropdown-btn.e-btn.e-inherit:hover,
225
+ .e-dropdown-btn.e-btn.e-inherit:focus,
226
+ .e-dropdown-btn.e-btn.e-inherit:active,
227
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
228
+ background-color: rgba(0, 0, 0, 0.056);
229
+ border-color: transparent;
230
+ box-shadow: none;
231
+ color: inherit;
214
232
  }
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable-line no-empty-source */
2
3
  .e-dropdown-btn .e-caret::before,
3
4
  .e-dropdown-btn.e-btn .e-caret::before {
4
5
  content: "\e70d";
@@ -220,4 +221,22 @@
220
221
  }
221
222
  .e-dropdown-popup ul .e-separator {
222
223
  border-bottom-color: #4b5563;
224
+ }
225
+
226
+ .e-dropdown-btn.e-inherit,
227
+ .e-dropdown-btn.e-btn.e-inherit {
228
+ background: inherit;
229
+ border-color: transparent;
230
+ box-shadow: none;
231
+ color: inherit;
232
+ }
233
+ .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
234
+ .e-dropdown-btn.e-btn.e-inherit:hover,
235
+ .e-dropdown-btn.e-btn.e-inherit:focus,
236
+ .e-dropdown-btn.e-btn.e-inherit:active,
237
+ .e-dropdown-btn.e-btn.e-inherit.e-active {
238
+ background-color: rgba(0, 0, 0, 0.056);
239
+ border-color: transparent;
240
+ box-shadow: none;
241
+ color: inherit;
223
242
  }