@syncfusion/ej2-splitbuttons 29.2.4 → 30.1.39
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.
- package/.eslintrc.json +2 -0
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +13 -58
- package/src/drop-down-button/drop-down-button.js +1 -1
- package/styles/bds-lite.css +1 -7
- package/styles/bds.css +2 -7
- package/styles/bootstrap-dark-lite.css +0 -1
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap-lite.css +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap4-lite.css +0 -1
- package/styles/bootstrap4.css +3 -1
- package/styles/bootstrap5-dark-lite.css +2 -4
- package/styles/bootstrap5-dark.css +2 -4
- package/styles/bootstrap5-lite.css +2 -4
- package/styles/bootstrap5.3-lite.css +0 -2
- package/styles/bootstrap5.3.css +0 -2
- package/styles/bootstrap5.css +2 -4
- package/styles/drop-down-button/_layout.scss +0 -1
- package/styles/drop-down-button/material3-dark.css +0 -1
- package/styles/drop-down-button/material3.css +0 -1
- package/styles/fabric-dark-lite.css +0 -1
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric-lite.css +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fluent-dark-lite.css +0 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent-lite.css +0 -1
- package/styles/fluent.css +1 -1
- package/styles/fluent2-lite.css +1 -3
- package/styles/fluent2.css +1 -3
- package/styles/highcontrast-light-lite.css +0 -1
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast-lite.css +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/material-dark-lite.css +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material-lite.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark-lite.css +4 -2
- package/styles/material3-dark.css +6 -4
- package/styles/material3-lite.css +4 -2
- package/styles/material3.css +6 -4
- package/styles/split-button/_bigger.scss +7 -1
- package/styles/split-button/_layout.scss +8 -13
- package/styles/split-button/_theme.scss +4 -6
- package/styles/split-button/bds.css +2 -7
- package/styles/split-button/bootstrap-dark.css +0 -1
- package/styles/split-button/bootstrap.css +0 -1
- package/styles/split-button/bootstrap4.css +3 -1
- package/styles/split-button/bootstrap5-dark.css +2 -4
- package/styles/split-button/bootstrap5.3.css +0 -2
- package/styles/split-button/bootstrap5.css +2 -4
- package/styles/split-button/fabric-dark.css +0 -1
- package/styles/split-button/fabric.css +0 -1
- package/styles/split-button/fluent-dark.css +1 -1
- package/styles/split-button/fluent.css +1 -1
- package/styles/split-button/fluent2.css +1 -3
- package/styles/split-button/highcontrast-light.css +0 -1
- package/styles/split-button/highcontrast.css +0 -1
- package/styles/split-button/material-dark.css +0 -1
- package/styles/split-button/material.css +0 -1
- package/styles/split-button/material3-dark.css +6 -3
- package/styles/split-button/material3.css +6 -3
- package/styles/split-button/tailwind-dark.css +2 -7
- package/styles/split-button/tailwind.css +2 -7
- package/styles/split-button/tailwind3.css +1 -3
- package/styles/tailwind-dark-lite.css +1 -7
- package/styles/tailwind-dark.css +2 -7
- package/styles/tailwind-lite.css +1 -7
- package/styles/tailwind.css +2 -7
- package/styles/tailwind3-lite.css +1 -3
- package/styles/tailwind3.css +1 -3
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 30.1.39
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,58 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-splitbuttons@*",
|
|
12
|
-
"name": "@syncfusion/ej2-splitbuttons",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-splitbuttons",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/",
|
|
21
|
-
"/@syncfusion/ej2",
|
|
22
|
-
"/@syncfusion/ej2-angular-splitbuttons",
|
|
23
|
-
"/@syncfusion/ej2-documenteditor",
|
|
24
|
-
"/@syncfusion/ej2-filemanager",
|
|
25
|
-
"/@syncfusion/ej2-grids",
|
|
26
|
-
"/@syncfusion/ej2-image-editor",
|
|
27
|
-
"/@syncfusion/ej2-inplace-editor",
|
|
28
|
-
"/@syncfusion/ej2-inputs",
|
|
29
|
-
"/@syncfusion/ej2-pivotview",
|
|
30
|
-
"/@syncfusion/ej2-querybuilder",
|
|
31
|
-
"/@syncfusion/ej2-react-splitbuttons",
|
|
32
|
-
"/@syncfusion/ej2-ribbon",
|
|
33
|
-
"/@syncfusion/ej2-richtexteditor",
|
|
34
|
-
"/@syncfusion/ej2-vue-splitbuttons"
|
|
35
|
-
],
|
|
36
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-29.1.33.tgz",
|
|
37
|
-
"_shasum": "828efa561bf78a98fa0c10ca02865a9e82a0dd7c",
|
|
38
|
-
"_spec": "@syncfusion/ej2-splitbuttons@*",
|
|
39
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
40
|
-
"author": {
|
|
41
|
-
"name": "Syncfusion Inc."
|
|
42
|
-
},
|
|
43
|
-
"bugs": {
|
|
44
|
-
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
|
|
45
|
-
},
|
|
46
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-splitbuttons",
|
|
3
|
+
"version": "30.1.39",
|
|
4
|
+
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"main": "./dist/ej2-splitbuttons.umd.min.js",
|
|
8
|
+
"module": "./index.js",
|
|
9
|
+
"es2015": "./dist/es6/ej2-splitbuttons.es5.js",
|
|
47
10
|
"dependencies": {
|
|
48
|
-
"@syncfusion/ej2-base": "~
|
|
49
|
-
"@syncfusion/ej2-popups": "~
|
|
11
|
+
"@syncfusion/ej2-base": "~30.1.38",
|
|
12
|
+
"@syncfusion/ej2-popups": "~30.1.37"
|
|
50
13
|
},
|
|
51
|
-
"deprecated": false,
|
|
52
|
-
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",
|
|
53
14
|
"devDependencies": {},
|
|
54
|
-
"es2015": "./dist/es6/ej2-splitbuttons.es5.js",
|
|
55
|
-
"homepage": "https://www.syncfusion.com/javascript-ui-controls",
|
|
56
15
|
"keywords": [
|
|
57
16
|
"ej2",
|
|
58
17
|
"syncfusion",
|
|
@@ -80,15 +39,11 @@
|
|
|
80
39
|
"spinbutton",
|
|
81
40
|
"spin button"
|
|
82
41
|
],
|
|
83
|
-
"license": "SEE LICENSE IN license",
|
|
84
|
-
"main": "./dist/ej2-splitbuttons.umd.min.js",
|
|
85
|
-
"module": "./index.js",
|
|
86
|
-
"name": "@syncfusion/ej2-splitbuttons",
|
|
87
42
|
"repository": {
|
|
88
43
|
"type": "git",
|
|
89
|
-
"url": "
|
|
44
|
+
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
90
45
|
},
|
|
91
46
|
"typings": "index.d.ts",
|
|
92
|
-
"
|
|
93
|
-
"
|
|
47
|
+
"sideEffects": false,
|
|
48
|
+
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
94
49
|
}
|
package/styles/bds-lite.css
CHANGED
|
@@ -338,11 +338,7 @@
|
|
|
338
338
|
border-bottom-right-radius: 0;
|
|
339
339
|
border-top-right-radius: 0;
|
|
340
340
|
text-transform: none;
|
|
341
|
-
|
|
342
|
-
padding-left: 12px;
|
|
343
|
-
padding-right: 12px;
|
|
344
|
-
padding-left: 10px;
|
|
345
|
-
padding-right: 10px;
|
|
341
|
+
padding: 3.75px 11px;
|
|
346
342
|
}
|
|
347
343
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
348
344
|
outline-offset: 0;
|
|
@@ -388,7 +384,6 @@
|
|
|
388
384
|
margin-left: -1px;
|
|
389
385
|
padding-left: 10px;
|
|
390
386
|
padding-right: 10px;
|
|
391
|
-
z-index: 1;
|
|
392
387
|
}
|
|
393
388
|
.e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover {
|
|
394
389
|
-webkit-box-shadow: none;
|
|
@@ -463,7 +458,6 @@
|
|
|
463
458
|
border-top-left-radius: 8px;
|
|
464
459
|
border-top-right-radius: 0;
|
|
465
460
|
margin-left: 0;
|
|
466
|
-
z-index: 1;
|
|
467
461
|
}
|
|
468
462
|
.e-split-btn-wrapper.e-vertical {
|
|
469
463
|
display: inline-block;
|
package/styles/bds.css
CHANGED
|
@@ -401,11 +401,7 @@
|
|
|
401
401
|
border-bottom-right-radius: 0;
|
|
402
402
|
border-top-right-radius: 0;
|
|
403
403
|
text-transform: none;
|
|
404
|
-
|
|
405
|
-
padding-left: 12px;
|
|
406
|
-
padding-right: 12px;
|
|
407
|
-
padding-left: 10px;
|
|
408
|
-
padding-right: 10px;
|
|
404
|
+
padding: 3.75px 11px;
|
|
409
405
|
}
|
|
410
406
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
411
407
|
outline-offset: 0;
|
|
@@ -451,7 +447,6 @@
|
|
|
451
447
|
margin-left: -1px;
|
|
452
448
|
padding-left: 10px;
|
|
453
449
|
padding-right: 10px;
|
|
454
|
-
z-index: 1;
|
|
455
450
|
}
|
|
456
451
|
.e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover {
|
|
457
452
|
-webkit-box-shadow: none;
|
|
@@ -526,7 +521,6 @@
|
|
|
526
521
|
border-top-left-radius: 8px;
|
|
527
522
|
border-top-right-radius: 0;
|
|
528
523
|
margin-left: 0;
|
|
529
|
-
z-index: 1;
|
|
530
524
|
}
|
|
531
525
|
.e-split-btn-wrapper.e-vertical {
|
|
532
526
|
display: inline-block;
|
|
@@ -672,6 +666,7 @@
|
|
|
672
666
|
.e-bigger.e-split-btn-wrapper .e-split-btn {
|
|
673
667
|
padding-left: 16px;
|
|
674
668
|
padding-right: 16px;
|
|
669
|
+
line-height: 1.781em;
|
|
675
670
|
}
|
|
676
671
|
.e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn,
|
|
677
672
|
.e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -279,7 +279,6 @@
|
|
|
279
279
|
border-bottom-right-radius: 0;
|
|
280
280
|
border-top-right-radius: 0;
|
|
281
281
|
text-transform: none;
|
|
282
|
-
z-index: 1;
|
|
283
282
|
padding-left: 8px;
|
|
284
283
|
padding-right: 8px;
|
|
285
284
|
padding-left: 10px;
|
|
@@ -529,6 +528,7 @@
|
|
|
529
528
|
|
|
530
529
|
.e-bigger .e-split-btn-wrapper .e-split-btn,
|
|
531
530
|
.e-bigger.e-split-btn-wrapper .e-split-btn {
|
|
531
|
+
padding: 7px 4px;
|
|
532
532
|
padding-left: 12px;
|
|
533
533
|
padding-right: 12px;
|
|
534
534
|
}
|
|
@@ -562,6 +562,8 @@
|
|
|
562
562
|
.e-bigger.e-split-btn-wrapper .e-dropdown-btn {
|
|
563
563
|
padding-left: 10px;
|
|
564
564
|
padding-right: 10px;
|
|
565
|
+
padding-left: 4px;
|
|
566
|
+
padding-right: 4px;
|
|
565
567
|
}
|
|
566
568
|
.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn,
|
|
567
569
|
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn {
|
|
@@ -226,9 +226,7 @@
|
|
|
226
226
|
border-bottom-right-radius: 0;
|
|
227
227
|
border-top-right-radius: 0;
|
|
228
228
|
text-transform: none;
|
|
229
|
-
|
|
230
|
-
padding-left: 10px;
|
|
231
|
-
padding-right: 10px;
|
|
229
|
+
padding: 3.75px 11px;
|
|
232
230
|
}
|
|
233
231
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
234
232
|
outline-offset: 0;
|
|
@@ -260,6 +258,7 @@
|
|
|
260
258
|
.e-split-btn-wrapper .e-split-btn.e-icon-btn {
|
|
261
259
|
padding-left: 10px;
|
|
262
260
|
padding-right: 10px;
|
|
261
|
+
padding: 3.75px 11px;
|
|
263
262
|
}
|
|
264
263
|
.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
|
|
265
264
|
padding-right: 0;
|
|
@@ -270,7 +269,6 @@
|
|
|
270
269
|
margin-left: -1px;
|
|
271
270
|
padding-left: 4px;
|
|
272
271
|
padding-right: 4px;
|
|
273
|
-
z-index: 1;
|
|
274
272
|
}
|
|
275
273
|
.e-split-btn-wrapper .e-dropdown-btn:active {
|
|
276
274
|
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
@@ -289,9 +289,7 @@
|
|
|
289
289
|
border-bottom-right-radius: 0;
|
|
290
290
|
border-top-right-radius: 0;
|
|
291
291
|
text-transform: none;
|
|
292
|
-
|
|
293
|
-
padding-left: 10px;
|
|
294
|
-
padding-right: 10px;
|
|
292
|
+
padding: 3.75px 11px;
|
|
295
293
|
}
|
|
296
294
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
297
295
|
outline-offset: 0;
|
|
@@ -323,6 +321,7 @@
|
|
|
323
321
|
.e-split-btn-wrapper .e-split-btn.e-icon-btn {
|
|
324
322
|
padding-left: 10px;
|
|
325
323
|
padding-right: 10px;
|
|
324
|
+
padding: 3.75px 11px;
|
|
326
325
|
}
|
|
327
326
|
.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
|
|
328
327
|
padding-right: 0;
|
|
@@ -333,7 +332,6 @@
|
|
|
333
332
|
margin-left: -1px;
|
|
334
333
|
padding-left: 4px;
|
|
335
334
|
padding-right: 4px;
|
|
336
|
-
z-index: 1;
|
|
337
335
|
}
|
|
338
336
|
.e-split-btn-wrapper .e-dropdown-btn:active {
|
|
339
337
|
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
@@ -226,9 +226,7 @@
|
|
|
226
226
|
border-bottom-right-radius: 0;
|
|
227
227
|
border-top-right-radius: 0;
|
|
228
228
|
text-transform: none;
|
|
229
|
-
|
|
230
|
-
padding-left: 10px;
|
|
231
|
-
padding-right: 10px;
|
|
229
|
+
padding: 3.75px 11px;
|
|
232
230
|
}
|
|
233
231
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
234
232
|
outline-offset: 0;
|
|
@@ -260,6 +258,7 @@
|
|
|
260
258
|
.e-split-btn-wrapper .e-split-btn.e-icon-btn {
|
|
261
259
|
padding-left: 10px;
|
|
262
260
|
padding-right: 10px;
|
|
261
|
+
padding: 3.75px 11px;
|
|
263
262
|
}
|
|
264
263
|
.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
|
|
265
264
|
padding-right: 0;
|
|
@@ -270,7 +269,6 @@
|
|
|
270
269
|
margin-left: -1px;
|
|
271
270
|
padding-left: 4px;
|
|
272
271
|
padding-right: 4px;
|
|
273
|
-
z-index: 1;
|
|
274
272
|
}
|
|
275
273
|
.e-split-btn-wrapper .e-dropdown-btn:active {
|
|
276
274
|
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
@@ -230,7 +230,6 @@
|
|
|
230
230
|
border-bottom-right-radius: 0;
|
|
231
231
|
border-top-right-radius: 0;
|
|
232
232
|
text-transform: none;
|
|
233
|
-
z-index: 1;
|
|
234
233
|
padding-left: 10px;
|
|
235
234
|
padding-right: 10px;
|
|
236
235
|
}
|
|
@@ -274,7 +273,6 @@
|
|
|
274
273
|
margin-left: -1px;
|
|
275
274
|
padding-left: 4px;
|
|
276
275
|
padding-right: 4px;
|
|
277
|
-
z-index: 1;
|
|
278
276
|
}
|
|
279
277
|
.e-split-btn-wrapper .e-dropdown-btn:active {
|
|
280
278
|
-webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -293,7 +293,6 @@
|
|
|
293
293
|
border-bottom-right-radius: 0;
|
|
294
294
|
border-top-right-radius: 0;
|
|
295
295
|
text-transform: none;
|
|
296
|
-
z-index: 1;
|
|
297
296
|
padding-left: 10px;
|
|
298
297
|
padding-right: 10px;
|
|
299
298
|
}
|
|
@@ -337,7 +336,6 @@
|
|
|
337
336
|
margin-left: -1px;
|
|
338
337
|
padding-left: 4px;
|
|
339
338
|
padding-right: 4px;
|
|
340
|
-
z-index: 1;
|
|
341
339
|
}
|
|
342
340
|
.e-split-btn-wrapper .e-dropdown-btn:active {
|
|
343
341
|
-webkit-box-shadow: 0 0 0 4px rgba(var(--color-sf-secondary-shadow), 0.5);
|
package/styles/bootstrap5.css
CHANGED
|
@@ -289,9 +289,7 @@
|
|
|
289
289
|
border-bottom-right-radius: 0;
|
|
290
290
|
border-top-right-radius: 0;
|
|
291
291
|
text-transform: none;
|
|
292
|
-
|
|
293
|
-
padding-left: 10px;
|
|
294
|
-
padding-right: 10px;
|
|
292
|
+
padding: 3.75px 11px;
|
|
295
293
|
}
|
|
296
294
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
297
295
|
outline-offset: 0;
|
|
@@ -323,6 +321,7 @@
|
|
|
323
321
|
.e-split-btn-wrapper .e-split-btn.e-icon-btn {
|
|
324
322
|
padding-left: 10px;
|
|
325
323
|
padding-right: 10px;
|
|
324
|
+
padding: 3.75px 11px;
|
|
326
325
|
}
|
|
327
326
|
.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
|
|
328
327
|
padding-right: 0;
|
|
@@ -333,7 +332,6 @@
|
|
|
333
332
|
margin-left: -1px;
|
|
334
333
|
padding-left: 4px;
|
|
335
334
|
padding-right: 4px;
|
|
336
|
-
z-index: 1;
|
|
337
335
|
}
|
|
338
336
|
.e-split-btn-wrapper .e-dropdown-btn:active {
|
|
339
337
|
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
border-radius: 4px;
|
|
16
16
|
-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
17
17
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
18
|
-
padding: 7px 16px;
|
|
19
18
|
}
|
|
20
19
|
.e-dropdown-btn:focus,
|
|
21
20
|
.e-dropdown-btn.e-btn:focus {
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
border-radius: 4px;
|
|
18
18
|
-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
19
19
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
20
|
-
padding: 7px 16px;
|
|
21
20
|
}
|
|
22
21
|
.e-dropdown-btn:focus,
|
|
23
22
|
.e-dropdown-btn.e-btn:focus {
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric-lite.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
|
@@ -287,7 +287,6 @@
|
|
|
287
287
|
border-bottom-right-radius: 0;
|
|
288
288
|
border-top-right-radius: 0;
|
|
289
289
|
text-transform: none;
|
|
290
|
-
z-index: 1;
|
|
291
290
|
padding: 3px 7px;
|
|
292
291
|
padding-left: 10px;
|
|
293
292
|
padding-right: 10px;
|
|
@@ -533,6 +532,7 @@
|
|
|
533
532
|
|
|
534
533
|
.e-bigger .e-split-btn-wrapper .e-split-btn,
|
|
535
534
|
.e-bigger.e-split-btn-wrapper .e-split-btn {
|
|
535
|
+
padding: 7px 4px;
|
|
536
536
|
padding-left: 12px;
|
|
537
537
|
padding-right: 12px;
|
|
538
538
|
}
|
package/styles/fluent-lite.css
CHANGED
package/styles/fluent.css
CHANGED
|
@@ -287,7 +287,6 @@
|
|
|
287
287
|
border-bottom-right-radius: 0;
|
|
288
288
|
border-top-right-radius: 0;
|
|
289
289
|
text-transform: none;
|
|
290
|
-
z-index: 1;
|
|
291
290
|
padding: 3px 7px;
|
|
292
291
|
padding-left: 10px;
|
|
293
292
|
padding-right: 10px;
|
|
@@ -533,6 +532,7 @@
|
|
|
533
532
|
|
|
534
533
|
.e-bigger .e-split-btn-wrapper .e-split-btn,
|
|
535
534
|
.e-bigger.e-split-btn-wrapper .e-split-btn {
|
|
535
|
+
padding: 7px 4px;
|
|
536
536
|
padding-left: 12px;
|
|
537
537
|
padding-right: 12px;
|
|
538
538
|
}
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -258,9 +258,7 @@
|
|
|
258
258
|
border-bottom-right-radius: 0;
|
|
259
259
|
border-top-right-radius: 0;
|
|
260
260
|
text-transform: none;
|
|
261
|
-
|
|
262
|
-
padding-left: 10px;
|
|
263
|
-
padding-right: 10px;
|
|
261
|
+
padding: 3.75px 11px;
|
|
264
262
|
}
|
|
265
263
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
266
264
|
outline-offset: 0;
|
package/styles/fluent2.css
CHANGED
|
@@ -316,9 +316,7 @@
|
|
|
316
316
|
border-bottom-right-radius: 0;
|
|
317
317
|
border-top-right-radius: 0;
|
|
318
318
|
text-transform: none;
|
|
319
|
-
|
|
320
|
-
padding-left: 10px;
|
|
321
|
-
padding-right: 10px;
|
|
319
|
+
padding: 3.75px 11px;
|
|
322
320
|
}
|
|
323
321
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
324
322
|
outline-offset: 0;
|
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material-lite.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
border-radius: 4px;
|
|
16
16
|
-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
17
17
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
18
|
-
padding: 7px 16px;
|
|
19
18
|
}
|
|
20
19
|
.e-dropdown-btn:focus,
|
|
21
20
|
.e-dropdown-btn.e-btn:focus {
|
|
@@ -244,9 +243,11 @@
|
|
|
244
243
|
border-bottom-right-radius: 0;
|
|
245
244
|
border-top-right-radius: 0;
|
|
246
245
|
text-transform: none;
|
|
247
|
-
z-index: 1;
|
|
248
246
|
-webkit-box-shadow: none;
|
|
249
247
|
box-shadow: none;
|
|
248
|
+
z-index: 1;
|
|
249
|
+
padding-left: 10px;
|
|
250
|
+
padding-right: 10px;
|
|
250
251
|
}
|
|
251
252
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
252
253
|
outline-offset: 0;
|
|
@@ -419,6 +420,7 @@
|
|
|
419
420
|
}
|
|
420
421
|
|
|
421
422
|
.e-split-btn-wrapper .e-split-btn {
|
|
423
|
+
border-right-color: linear-gradient(to right, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
|
|
422
424
|
-o-border-image: linear-gradient(to right, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
|
|
423
425
|
border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(var(--color-sf-surface), 1)), color-stop(75%, rgba(var(--color-sf-outline-variant), 1))) 1;
|
|
424
426
|
border-image: linear-gradient(to right, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
|