@syncfusion/ej2-splitbuttons 19.4.52 → 20.1.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 (76) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/ej2-splitbuttons.umd.min.js +1 -1
  3. package/dist/global/ej2-splitbuttons.min.js +1 -1
  4. package/dist/global/index.d.ts +1 -1
  5. package/package.json +7 -7
  6. package/styles/bootstrap-dark.css +45 -45
  7. package/styles/bootstrap.css +45 -45
  8. package/styles/bootstrap4.css +45 -45
  9. package/styles/bootstrap5-dark.css +83 -63
  10. package/styles/bootstrap5.css +83 -63
  11. package/styles/button-group/_fluent-dark-definition.scss +1 -0
  12. package/styles/button-group/fluent-dark.css +866 -0
  13. package/styles/button-group/fluent-dark.scss +4 -0
  14. package/styles/button-group/fluent.css +866 -0
  15. package/styles/button-group/fluent.scss +4 -0
  16. package/styles/drop-down-button/_bootstrap5-definition.scss +4 -4
  17. package/styles/drop-down-button/_fluent-dark-definition.scss +1 -0
  18. package/styles/drop-down-button/_fluent-definition.scss +5 -5
  19. package/styles/drop-down-button/_layout.scss +1 -1
  20. package/styles/drop-down-button/_tailwind-definition.scss +4 -4
  21. package/styles/drop-down-button/bootstrap5-dark.css +8 -8
  22. package/styles/drop-down-button/bootstrap5.css +8 -8
  23. package/styles/drop-down-button/fluent-dark.css +247 -0
  24. package/styles/drop-down-button/fluent-dark.scss +6 -0
  25. package/styles/drop-down-button/fluent.css +247 -0
  26. package/styles/drop-down-button/fluent.scss +6 -0
  27. package/styles/drop-down-button/icons/_fluent-dark.scss +1 -0
  28. package/styles/drop-down-button/icons/_fluent.scss +1 -1
  29. package/styles/drop-down-button/icons/_tailwind-dark.scss +1 -1
  30. package/styles/drop-down-button/icons/_tailwind.scss +1 -1
  31. package/styles/drop-down-button/tailwind-dark.css +8 -8
  32. package/styles/drop-down-button/tailwind.css +8 -8
  33. package/styles/fabric-dark.css +45 -45
  34. package/styles/fabric.css +45 -45
  35. package/styles/fluent-dark.css +2144 -0
  36. package/styles/fluent-dark.scss +4 -0
  37. package/styles/fluent.css +2144 -0
  38. package/styles/fluent.scss +4 -0
  39. package/styles/highcontrast-light.css +45 -45
  40. package/styles/highcontrast.css +45 -45
  41. package/styles/material-dark.css +45 -45
  42. package/styles/material.css +45 -45
  43. package/styles/progress-button/_bootstrap5-definition.scss +6 -6
  44. package/styles/progress-button/_fluent-dark-definition.scss +1 -0
  45. package/styles/progress-button/_fluent-definition.scss +2 -2
  46. package/styles/progress-button/_tailwind-definition.scss +5 -5
  47. package/styles/progress-button/_theme.scss +56 -11
  48. package/styles/progress-button/bootstrap-dark.css +45 -45
  49. package/styles/progress-button/bootstrap.css +45 -45
  50. package/styles/progress-button/bootstrap4.css +45 -45
  51. package/styles/progress-button/bootstrap5-dark.css +75 -55
  52. package/styles/progress-button/bootstrap5.css +75 -55
  53. package/styles/progress-button/fabric-dark.css +45 -45
  54. package/styles/progress-button/fabric.css +45 -45
  55. package/styles/progress-button/fluent-dark.css +665 -0
  56. package/styles/progress-button/fluent-dark.scss +5 -0
  57. package/styles/progress-button/fluent.css +665 -0
  58. package/styles/progress-button/fluent.scss +5 -0
  59. package/styles/progress-button/highcontrast-light.css +45 -45
  60. package/styles/progress-button/highcontrast.css +45 -45
  61. package/styles/progress-button/material-dark.css +45 -45
  62. package/styles/progress-button/material.css +45 -45
  63. package/styles/progress-button/tailwind-dark.css +70 -50
  64. package/styles/progress-button/tailwind.css +70 -50
  65. package/styles/split-button/_fluent-dark-definition.scss +1 -0
  66. package/styles/split-button/_fluent-definition.scss +2 -2
  67. package/styles/split-button/_layout.scss +32 -12
  68. package/styles/split-button/_tailwind-definition.scss +1 -1
  69. package/styles/split-button/fluent-dark.css +363 -0
  70. package/styles/split-button/fluent-dark.scss +6 -0
  71. package/styles/split-button/fluent.css +363 -0
  72. package/styles/split-button/fluent.scss +6 -0
  73. package/styles/split-button/tailwind-dark.css +9 -9
  74. package/styles/split-button/tailwind.css +9 -9
  75. package/styles/tailwind-dark.css +87 -67
  76. package/styles/tailwind.css +87 -67
@@ -0,0 +1 @@
1
+ @import './fluent-definition.scss';
@@ -1,11 +1,11 @@
1
1
  //layout variables
2
2
  $split-btn-zindex: 2 !default;
3
3
  $split-btn-border-radius: 0 !default;
4
- $split-btn-focus-outline-offset: 0 !default;
4
+ $split-btn-focus-outline-offset: -3px !default;
5
5
  $split-btn-vertical-secondary-icon-line-height: .334em !default;
6
6
  $split-btn-seperator-border: 1px solid !default;
7
7
  $split-btn-sec-btn-margin-left: -1px !default;
8
- $split-btn-icon-btn-padding: 10px !default;
8
+ $split-btn-icon-btn-padding: 8px !default;
9
9
  $split-btn-icon-btn-padding-bigger: 12px !default;
10
10
  $split-btn-focus-border-color: $secondary-border-color !default;
11
11
  $split-btn-focus-vertical-border-color: $secondary-border-color !default;
@@ -18,8 +18,8 @@
18
18
  padding-left: 12px;
19
19
  padding-right: 12px;
20
20
  }
21
- @else if $skin-name == 'FluentUI' or $theme-name == 'FluentUI' {
22
- padding: 0 19px;
21
+ @else if $skin-name == 'FluentUI' {
22
+ padding: 3px 7px;
23
23
  }
24
24
  @else {
25
25
  padding-left: 10px;
@@ -59,7 +59,12 @@
59
59
  .e-btn-icon {
60
60
  font-size: $drop-down-btn-icon-font-size;
61
61
  margin-left: 0;
62
- padding-right: 8px;
62
+ @if $skin-name == 'FluentUI' {
63
+ padding-right: 4px;
64
+ }
65
+ @else {
66
+ padding-right: 8px;
67
+ }
63
68
  width: auto;
64
69
  }
65
70
 
@@ -82,11 +87,11 @@
82
87
  border-bottom-left-radius: 0;
83
88
  border-top-left-radius: 0;
84
89
  margin-left: $split-btn-sec-btn-margin-left;
85
- @if $skin-name == 'bootstrap4' {
90
+ @if $skin-name == 'bootstrap4' or $skin-name == 'tailwind' {
86
91
  padding-left: $split-btn-icon-btn-padding;
87
92
  padding-right: $split-btn-icon-btn-padding;
88
93
  }
89
- @else if $skin-name == 'FluentUI' or $theme-name == 'FluentUI' {
94
+ @else if $skin-name == 'FluentUI' {
90
95
  padding: 4px;
91
96
  }
92
97
  @else {
@@ -166,7 +171,7 @@
166
171
  border-top-left-radius: 0;
167
172
  border-top-right-radius: $split-btn-border-radius;
168
173
  margin-left: $split-btn-sec-btn-margin-left;
169
- @if $skin-name == 'bootstrap4' {
174
+ @if $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
170
175
  padding-left: $split-btn-icon-btn-padding;
171
176
  padding-right: $split-btn-icon-btn-padding;
172
177
  }
@@ -181,7 +186,12 @@
181
186
 
182
187
  .e-btn-icon {
183
188
  margin-right: 0;
184
- padding-left: 8px;
189
+ @if $skin-name == 'FluentUI' {
190
+ padding-left: 4px;
191
+ }
192
+ @else {
193
+ padding-left: 8px;
194
+ }
185
195
  padding-right: 0;
186
196
  }
187
197
 
@@ -224,7 +234,7 @@
224
234
  border-bottom-left-radius: 0;
225
235
  border-top-right-radius: $split-btn-border-radius;
226
236
  line-height: 1;
227
- @if $skin-name == 'bootstrap4' {
237
+ @if $skin-name == 'bootstrap4'or $skin-name == 'tailwind' {
228
238
  padding-bottom: $split-btn-icon-btn-padding;
229
239
  padding-right: $split-btn-icon-btn-padding;
230
240
  }
@@ -276,7 +286,7 @@
276
286
  .e-bigger .e-split-btn-wrapper,
277
287
  .e-bigger.e-split-btn-wrapper {
278
288
  .e-split-btn {
279
- @if $skin-name == 'bootstrap4' {
289
+ @if $skin-name == 'bootstrap4'or $skin-name == 'FluentUI' {
280
290
  padding-left: $split-btn-icon-btn-padding-bigger;
281
291
  padding-right: $split-btn-icon-btn-padding-bigger;
282
292
  }
@@ -297,7 +307,12 @@
297
307
  .e-btn-icon {
298
308
  font-size: $drop-down-btn-icon-font-size-bigger;
299
309
  margin-left: 0;
300
- padding-right: 10px;
310
+ @if $skin-name == 'FluentUI' {
311
+ padding-right: 8px;
312
+ }
313
+ @else {
314
+ padding-right: 10px;
315
+ }
301
316
  width: auto;
302
317
  }
303
318
 
@@ -346,7 +361,12 @@
346
361
  }
347
362
 
348
363
  .e-btn-icon {
349
- padding-left: 10px;
364
+ @if $skin-name == 'FluentUI' {
365
+ padding-left: 8px;
366
+ }
367
+ @else {
368
+ padding-left: 10px;
369
+ }
350
370
  padding-right: 0;
351
371
  }
352
372
 
@@ -367,7 +387,7 @@
367
387
 
368
388
  &.e-vertical {
369
389
  .e-split-btn {
370
- @if $skin-name == 'bootstrap4' {
390
+ @if $skin-name == 'bootstrap4' or $skin-name == 'tailwind' {
371
391
  padding-bottom: $split-btn-icon-btn-padding-bigger;
372
392
  padding-right: $split-btn-icon-btn-padding-bigger;
373
393
  }
@@ -5,7 +5,7 @@ $split-btn-focus-outline-offset: 0 !default;
5
5
  $split-btn-vertical-secondary-icon-line-height: .334em !default;
6
6
  $split-btn-seperator-border: 1px solid !default;
7
7
  $split-btn-sec-btn-margin-left: -1px !default;
8
- $split-btn-icon-btn-padding: 10px !default;
8
+ $split-btn-icon-btn-padding: 8px !default;
9
9
  $split-btn-icon-btn-padding-bigger: 12px !default;
10
10
  $split-btn-focus-border-color: $secondary-border-color !default;
11
11
  $split-btn-focus-vertical-border-color: $secondary-border-color !default;
@@ -0,0 +1,363 @@
1
+ /*! splitbutton layout */
2
+ .e-split-btn-wrapper {
3
+ display: -ms-inline-flexbox;
4
+ display: inline-flex;
5
+ white-space: nowrap;
6
+ width: min-content;
7
+ }
8
+
9
+ .e-split-btn-wrapper .e-split-btn {
10
+ border-bottom-right-radius: 0;
11
+ border-top-right-radius: 0;
12
+ text-transform: none;
13
+ z-index: 1;
14
+ padding: 3px 7px;
15
+ }
16
+
17
+ .e-split-btn-wrapper .e-split-btn:focus {
18
+ outline-offset: -3px;
19
+ }
20
+
21
+ .e-split-btn-wrapper .e-split-btn:focus {
22
+ box-shadow: none;
23
+ }
24
+
25
+ .e-split-btn-wrapper .e-split-btn:active {
26
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
27
+ z-index: 2;
28
+ }
29
+
30
+ .e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
31
+ padding-bottom: 10px;
32
+ padding-top: 10px;
33
+ }
34
+
35
+ .e-split-btn-wrapper .e-split-btn .e-btn-icon {
36
+ font-size: 14px;
37
+ margin-left: 0;
38
+ padding-right: 4px;
39
+ width: auto;
40
+ }
41
+
42
+ .e-split-btn-wrapper .e-split-btn .e-icon-top {
43
+ padding-bottom: 4px;
44
+ padding-right: 0;
45
+ }
46
+
47
+ .e-split-btn-wrapper .e-split-btn.e-icon-btn {
48
+ padding-left: 8px;
49
+ padding-right: 8px;
50
+ }
51
+
52
+ .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
53
+ padding-right: 0;
54
+ }
55
+
56
+ .e-split-btn-wrapper .e-dropdown-btn {
57
+ border-bottom-left-radius: 0;
58
+ border-top-left-radius: 0;
59
+ margin-left: -1px;
60
+ padding: 4px;
61
+ }
62
+
63
+ .e-split-btn-wrapper .e-dropdown-btn:active {
64
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
65
+ z-index: 2;
66
+ }
67
+
68
+ .e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
69
+ z-index: 0;
70
+ }
71
+
72
+ .e-split-btn-wrapper .e-dropdown-btn:focus {
73
+ outline-offset: -3px;
74
+ }
75
+
76
+ .e-split-btn-wrapper .e-btn:focus {
77
+ box-shadow: none;
78
+ }
79
+
80
+ .e-split-btn-wrapper .e-btn:active {
81
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
82
+ }
83
+
84
+ .e-split-btn-wrapper .e-btn:disabled {
85
+ box-shadow: none;
86
+ outline: 0;
87
+ outline-offset: 0;
88
+ }
89
+
90
+ .e-split-btn-wrapper.e-rtl .e-split-btn {
91
+ border-bottom-left-radius: 0;
92
+ border-bottom-right-radius: 0;
93
+ border-top-left-radius: 0;
94
+ border-top-right-radius: 0;
95
+ margin-left: -1px;
96
+ padding-left: 8px;
97
+ padding-right: 8px;
98
+ }
99
+
100
+ .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon {
101
+ margin-right: 0;
102
+ padding-left: 4px;
103
+ padding-right: 0;
104
+ }
105
+
106
+ .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top {
107
+ padding-left: 0;
108
+ }
109
+
110
+ .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn {
111
+ padding-left: 8px;
112
+ padding-right: 8px;
113
+ }
114
+
115
+ .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon {
116
+ padding-left: 0;
117
+ }
118
+
119
+ .e-split-btn-wrapper.e-rtl .e-dropdown-btn {
120
+ border-bottom-left-radius: 0;
121
+ border-bottom-right-radius: 0;
122
+ border-top-left-radius: 0;
123
+ border-top-right-radius: 0;
124
+ margin-left: 0;
125
+ }
126
+
127
+ .e-split-btn-wrapper.e-vertical {
128
+ display: inline-block;
129
+ }
130
+
131
+ .e-split-btn-wrapper.e-vertical .e-split-btn,
132
+ .e-split-btn-wrapper.e-vertical .e-dropdown-btn {
133
+ display: block;
134
+ width: 100%;
135
+ }
136
+
137
+ .e-split-btn-wrapper.e-vertical .e-split-btn {
138
+ border-bottom-left-radius: 0;
139
+ border-top-right-radius: 0;
140
+ line-height: 1;
141
+ padding-bottom: 4px;
142
+ padding-right: 10px;
143
+ }
144
+
145
+ .e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top {
146
+ padding-bottom: 4px;
147
+ }
148
+
149
+ .e-split-btn-wrapper.e-vertical .e-dropdown-btn {
150
+ border-bottom-left-radius: 0;
151
+ border-top-right-radius: 0;
152
+ line-height: 0.334em;
153
+ margin-left: 0;
154
+ margin-top: -1px;
155
+ padding-bottom: 4px;
156
+ padding-top: 4px;
157
+ }
158
+
159
+ .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
160
+ padding-top: 0;
161
+ }
162
+
163
+ .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
164
+ border-bottom-right-radius: 0;
165
+ border-top-left-radius: 0;
166
+ margin-left: 0;
167
+ }
168
+
169
+ .e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn {
170
+ border-bottom-right-radius: 0;
171
+ border-top-left-radius: 0;
172
+ }
173
+
174
+ .e-bigger .e-split-btn-wrapper .e-split-btn,
175
+ .e-bigger.e-split-btn-wrapper .e-split-btn {
176
+ padding-left: 12px;
177
+ padding-right: 12px;
178
+ }
179
+
180
+ .e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn,
181
+ .e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
182
+ padding-bottom: 12px;
183
+ padding-top: 12px;
184
+ }
185
+
186
+ .e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon,
187
+ .e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon {
188
+ font-size: 16px;
189
+ margin-left: 0;
190
+ padding-right: 8px;
191
+ width: auto;
192
+ }
193
+
194
+ .e-bigger .e-split-btn-wrapper .e-split-btn .e-icon-top,
195
+ .e-bigger.e-split-btn-wrapper .e-split-btn .e-icon-top {
196
+ padding-bottom: 6px;
197
+ padding-right: 0;
198
+ }
199
+
200
+ .e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn,
201
+ .e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn {
202
+ padding-left: 12px;
203
+ padding-right: 12px;
204
+ }
205
+
206
+ .e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon,
207
+ .e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
208
+ padding-right: 0;
209
+ }
210
+
211
+ .e-bigger .e-split-btn-wrapper .e-dropdown-btn,
212
+ .e-bigger.e-split-btn-wrapper .e-dropdown-btn {
213
+ padding-left: 4px;
214
+ padding-right: 4px;
215
+ }
216
+
217
+ .e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn,
218
+ .e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn {
219
+ padding-left: 6px;
220
+ padding-right: 12px;
221
+ }
222
+
223
+ .e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon,
224
+ .e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon {
225
+ padding-left: 8px;
226
+ padding-right: 0;
227
+ }
228
+
229
+ .e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top,
230
+ .e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top {
231
+ padding-left: 0;
232
+ }
233
+
234
+ .e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn,
235
+ .e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn {
236
+ padding-left: 12px;
237
+ padding-right: 12px;
238
+ }
239
+
240
+ .e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon,
241
+ .e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon {
242
+ padding-left: 0;
243
+ }
244
+
245
+ .e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn,
246
+ .e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn {
247
+ padding-bottom: 6px;
248
+ padding-right: 12px;
249
+ }
250
+
251
+ .e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn,
252
+ .e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn {
253
+ padding-bottom: 4px;
254
+ padding-top: 4px;
255
+ }
256
+
257
+ .e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom,
258
+ .e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
259
+ padding-top: 0;
260
+ }
261
+
262
+ /*! splitbutton theme */
263
+ .e-split-btn-wrapper .e-split-btn {
264
+ border-right-color: #8a8886;
265
+ }
266
+
267
+ .e-split-btn-wrapper .e-split-btn:focus {
268
+ border-right-color: #8a8886;
269
+ }
270
+
271
+ .e-split-btn-wrapper .e-split-btn:active {
272
+ border-right-color: #292827;
273
+ }
274
+
275
+ .e-split-btn-wrapper .e-split-btn:disabled {
276
+ border-right-color: #252423;
277
+ }
278
+
279
+ .e-split-btn-wrapper:hover :not(e-active) .e-split-btn {
280
+ border-right-color: #8a8886;
281
+ }
282
+
283
+ .e-split-btn-wrapper:hover :not(e-active) .e-split-btn:disabled {
284
+ border-right-color: #323130;
285
+ }
286
+
287
+ .e-split-btn-wrapper.e-rtl .e-split-btn {
288
+ border-left-color: #8a8886;
289
+ border-right-color: #8a8886;
290
+ }
291
+
292
+ .e-split-btn-wrapper.e-rtl .e-split-btn:focus {
293
+ border-left-color: #8a8886;
294
+ border-right-color: #8a8886;
295
+ }
296
+
297
+ .e-split-btn-wrapper.e-rtl .e-split-btn:active {
298
+ border-left-color: #292827;
299
+ border-right-color: #292827;
300
+ }
301
+
302
+ .e-split-btn-wrapper.e-rtl .e-split-btn:disabled {
303
+ border-left-color: #323130;
304
+ border-right-color: #323130;
305
+ }
306
+
307
+ .e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active) {
308
+ border-left-color: #8a8886;
309
+ border-right-color: #8a8886;
310
+ }
311
+
312
+ .e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active):disabled {
313
+ border-left-color: #323130;
314
+ }
315
+
316
+ .e-split-btn-wrapper.e-vertical .e-split-btn {
317
+ border-bottom-color: #8a8886;
318
+ border-right-color: #8a8886;
319
+ }
320
+
321
+ .e-split-btn-wrapper.e-vertical .e-split-btn:focus {
322
+ border-bottom-color: #8a8886;
323
+ border-right-color: #8a8886;
324
+ }
325
+
326
+ .e-split-btn-wrapper.e-vertical .e-split-btn:active {
327
+ border-bottom-color: #292827;
328
+ border-right-color: #292827;
329
+ }
330
+
331
+ .e-split-btn-wrapper.e-vertical .e-split-btn:disabled {
332
+ border-bottom-color: #323130;
333
+ border-right-color: #323130;
334
+ }
335
+
336
+ .e-split-btn-wrapper.e-vertical:hover .e-split-btn {
337
+ border-bottom-color: #8a8886;
338
+ border-right-color: #8a8886;
339
+ }
340
+
341
+ .e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled {
342
+ border-bottom-color: #323130;
343
+ }
344
+
345
+ .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
346
+ border-left-color: #8a8886;
347
+ }
348
+
349
+ .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus {
350
+ border-left-color: #8a8886;
351
+ }
352
+
353
+ .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active {
354
+ border-left-color: #8a8886;
355
+ }
356
+
357
+ .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled {
358
+ border-left-color: #8a8886;
359
+ }
360
+
361
+ .e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn {
362
+ border-left-color: #8a8886;
363
+ }
@@ -0,0 +1,6 @@
1
+ @import 'ej2-base/styles/fluent-dark-definition.scss';
2
+ @import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
3
+ @import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
4
+ @import './../drop-down-button/fluent-dark-definition.scss';
5
+ @import 'fluent-dark-definition.scss';
6
+ @import 'all.scss';