@syncfusion/ej2-splitbuttons 20.4.50 → 21.1.37
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/CHANGELOG.md +2 -13
- 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 +20 -5
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +20 -5
- 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 +9 -8
- package/src/drop-down-button/drop-down-button.js +6 -2
- package/src/progress-button/progress-button-model.d.ts +3 -1
- package/src/progress-button/progress-button.d.ts +19 -1
- package/src/split-button/split-button.js +14 -3
- package/styles/bootstrap-dark.css +44 -44
- package/styles/bootstrap.css +44 -44
- package/styles/bootstrap4.css +44 -44
- package/styles/bootstrap5-dark.css +48 -48
- package/styles/bootstrap5.css +48 -48
- package/styles/button-group/_bootstrap5-definition.scss +2 -2
- package/styles/button-group/_fluent-definition.scss +2 -2
- package/styles/button-group/_tailwind-definition.scss +1 -1
- package/styles/button-group/_theme.scss +4 -2
- package/styles/button-group/bootstrap-dark.css +30 -30
- package/styles/button-group/bootstrap.css +30 -30
- package/styles/button-group/bootstrap4.css +31 -31
- package/styles/button-group/bootstrap5-dark.css +30 -30
- package/styles/button-group/bootstrap5.css +30 -30
- package/styles/button-group/fabric-dark.css +30 -30
- package/styles/button-group/fabric.css +30 -30
- package/styles/button-group/fluent-dark.css +30 -30
- package/styles/button-group/fluent.css +30 -30
- package/styles/button-group/highcontrast-light.css +30 -30
- package/styles/button-group/highcontrast.css +30 -30
- package/styles/button-group/material-dark.css +30 -30
- package/styles/button-group/material.css +30 -30
- package/styles/button-group/tailwind-dark.css +30 -30
- package/styles/button-group/tailwind.css +30 -30
- package/styles/drop-down-button/_bootstrap5-definition.scss +5 -5
- package/styles/drop-down-button/_fluent-definition.scss +5 -5
- package/styles/drop-down-button/_layout.scss +12 -0
- package/styles/drop-down-button/_tailwind-definition.scss +4 -4
- package/styles/fabric-dark.css +44 -44
- package/styles/fabric.css +44 -44
- package/styles/fluent-dark.css +48 -48
- package/styles/fluent.css +48 -48
- package/styles/highcontrast-light.css +44 -44
- package/styles/highcontrast.css +44 -44
- package/styles/material-dark.css +43 -43
- package/styles/material.css +43 -43
- package/styles/progress-button/_theme.scss +45 -19
- package/styles/progress-button/bootstrap-dark.css +14 -14
- package/styles/progress-button/bootstrap.css +14 -14
- package/styles/progress-button/bootstrap4.css +13 -13
- package/styles/progress-button/bootstrap5-dark.css +18 -18
- package/styles/progress-button/bootstrap5.css +18 -18
- package/styles/progress-button/fabric-dark.css +14 -14
- package/styles/progress-button/fabric.css +14 -14
- package/styles/progress-button/fluent-dark.css +18 -18
- package/styles/progress-button/fluent.css +18 -18
- package/styles/progress-button/highcontrast-light.css +14 -14
- package/styles/progress-button/highcontrast.css +14 -14
- package/styles/progress-button/material-dark.css +13 -13
- package/styles/progress-button/material.css +13 -13
- package/styles/progress-button/tailwind-dark.css +18 -18
- package/styles/progress-button/tailwind.css +18 -18
- package/styles/tailwind-dark.css +48 -48
- package/styles/tailwind.css +48 -48
- package/styles/button-group/_material3-definition.scss +0 -31
- package/styles/drop-down-button/_material3-definition.scss +0 -50
- package/styles/progress-button/_material3-definition.scss +0 -21
- package/styles/split-button/_material3-definition.scss +0 -24
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
.e-btn-group input:focus + label.e-btn,
|
|
258
258
|
.e-css.e-btn-group .e-btn:focus,
|
|
259
259
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
260
|
-
background
|
|
260
|
+
background: #f3f4f6;
|
|
261
261
|
border-color: #d1d5db;
|
|
262
262
|
color: #374151;
|
|
263
263
|
outline: #fff 0 solid;
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
270
270
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
271
271
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
272
|
-
background
|
|
272
|
+
background: #4338ca;
|
|
273
273
|
border-color: #4f46e5;
|
|
274
274
|
color: #fff;
|
|
275
275
|
outline: #fff 0 solid;
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
281
281
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
282
282
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
283
|
-
background
|
|
283
|
+
background: #166534;
|
|
284
284
|
border-color: #15803d;
|
|
285
285
|
color: #fff;
|
|
286
286
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
291
291
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
292
292
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
293
|
-
background
|
|
293
|
+
background: #155e75;
|
|
294
294
|
border-color: #0e7490;
|
|
295
295
|
color: #fff;
|
|
296
296
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
301
301
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
302
302
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
303
|
-
background
|
|
303
|
+
background: #9a3412;
|
|
304
304
|
border-color: #c2410c;
|
|
305
305
|
color: #fff;
|
|
306
306
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
311
311
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
312
312
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
313
|
-
background
|
|
313
|
+
background: #b91c1c;
|
|
314
314
|
border-color: #dc2626;
|
|
315
315
|
color: #fff;
|
|
316
316
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
.e-css.e-btn-group .e-btn:active,
|
|
371
371
|
.e-css.e-btn-group input:active + label.e-btn,
|
|
372
372
|
.e-css.e-btn-group input:checked + label.e-btn {
|
|
373
|
-
background
|
|
373
|
+
background: #e5e7eb;
|
|
374
374
|
border-color: #d1d5db;
|
|
375
375
|
color: #374151;
|
|
376
376
|
outline: #fff 0 solid;
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
384
384
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
385
385
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
386
|
-
background
|
|
386
|
+
background: #3730a3;
|
|
387
387
|
border-color: #3730a3;
|
|
388
388
|
color: #fff;
|
|
389
389
|
outline: #fff 0 solid;
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
396
396
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
397
397
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
398
|
-
background
|
|
398
|
+
background: #14532d;
|
|
399
399
|
border-color: #14532d;
|
|
400
400
|
color: #fff;
|
|
401
401
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
407
407
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
408
408
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
409
|
-
background
|
|
409
|
+
background: #164e63;
|
|
410
410
|
color: #fff;
|
|
411
411
|
border-color: #164e63;
|
|
412
412
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
418
418
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
419
419
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
420
|
-
background
|
|
420
|
+
background: #7c2d12;
|
|
421
421
|
border-color: #7c2d12;
|
|
422
422
|
color: #fff;
|
|
423
423
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
429
429
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
430
430
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
431
|
-
background
|
|
431
|
+
background: #991b1b;
|
|
432
432
|
border-color: #991b1b;
|
|
433
433
|
color: #fff;
|
|
434
434
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
.e-css.e-btn-group .e-btn:active.e-outline,
|
|
440
440
|
.e-css.e-btn-group input:active + label.e-btn.e-outline,
|
|
441
441
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
442
|
-
background
|
|
442
|
+
background: #e5e7eb;
|
|
443
443
|
border-color: #d1d5db;
|
|
444
444
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
445
445
|
color: #374151;
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
451
451
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
452
452
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
453
|
-
background
|
|
453
|
+
background: #3730a3;
|
|
454
454
|
border-color: #4f46e5;
|
|
455
455
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
456
456
|
color: #fff;
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
462
462
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
463
463
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
464
|
-
background
|
|
464
|
+
background: #14532d;
|
|
465
465
|
border-color: #14532d;
|
|
466
466
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
467
467
|
color: #fff;
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
473
473
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
474
474
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
475
|
-
background
|
|
475
|
+
background: #164e63;
|
|
476
476
|
border-color: #164e63;
|
|
477
477
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
478
478
|
color: #fff;
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
484
484
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
485
485
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
486
|
-
background
|
|
486
|
+
background: #7c2d12;
|
|
487
487
|
border-color: #7c2d12;
|
|
488
488
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
489
489
|
color: #fff;
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
495
495
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
496
496
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
497
|
-
background
|
|
497
|
+
background: #991b1b;
|
|
498
498
|
border-color: #991b1b;
|
|
499
499
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
500
500
|
color: #fff;
|
|
@@ -513,7 +513,7 @@
|
|
|
513
513
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
514
514
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
515
515
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
516
|
-
background
|
|
516
|
+
background: #a5b4fc;
|
|
517
517
|
border-color: #a5b4fc;
|
|
518
518
|
box-shadow: none;
|
|
519
519
|
color: #fff;
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
524
524
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
525
525
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
526
|
-
background
|
|
526
|
+
background: #86efac;
|
|
527
527
|
border-color: #86efac;
|
|
528
528
|
box-shadow: none;
|
|
529
529
|
color: #fff;
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
534
534
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
535
535
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
536
|
-
background
|
|
536
|
+
background: #67e8f9;
|
|
537
537
|
border-color: #67e8f9;
|
|
538
538
|
box-shadow: none;
|
|
539
539
|
color: #fff;
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
544
544
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
545
545
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
546
|
-
background
|
|
546
|
+
background: #fdba74;
|
|
547
547
|
border-color: #fdba74;
|
|
548
548
|
box-shadow: none;
|
|
549
549
|
color: #fff;
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
554
554
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
555
555
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
556
|
-
background
|
|
556
|
+
background: #fca5a5;
|
|
557
557
|
border-color: #fca5a5;
|
|
558
558
|
box-shadow: none;
|
|
559
559
|
color: #fff;
|
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
565
565
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
566
566
|
color: #9ca3af;
|
|
567
|
-
background
|
|
567
|
+
background: transparent;
|
|
568
568
|
box-shadow: none;
|
|
569
569
|
text-decoration: none;
|
|
570
570
|
border-color: transparent;
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
574
574
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
575
575
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
576
|
-
background
|
|
576
|
+
background: transparent;
|
|
577
577
|
border-color: #e5e7eb;
|
|
578
578
|
color: #9ca3af;
|
|
579
579
|
border-color: #d1d5db;
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
583
583
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
584
584
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
585
|
-
background
|
|
585
|
+
background: transparent;
|
|
586
586
|
border-color: rgba(79, 70, 229, 0.65);
|
|
587
587
|
box-shadow: none;
|
|
588
588
|
color: rgba(79, 70, 229, 0.65);
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
593
593
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
594
594
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
595
|
-
background
|
|
595
|
+
background: transparent;
|
|
596
596
|
border-color: rgba(21, 128, 61, 0.65);
|
|
597
597
|
box-shadow: none;
|
|
598
598
|
color: rgba(21, 128, 61, 0.65);
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
603
603
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
604
604
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
605
|
-
background
|
|
605
|
+
background: transparent;
|
|
606
606
|
border-color: rgba(14, 116, 144, 0.65);
|
|
607
607
|
box-shadow: none;
|
|
608
608
|
color: rgba(14, 116, 144, 0.65);
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
613
613
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
614
614
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
615
|
-
background
|
|
615
|
+
background: transparent;
|
|
616
616
|
border-color: rgba(194, 65, 12, 0.65);
|
|
617
617
|
box-shadow: none;
|
|
618
618
|
color: rgba(194, 65, 12, 0.65);
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
623
623
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
624
624
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
625
|
-
background
|
|
625
|
+
background: transparent;
|
|
626
626
|
border-color: rgba(220, 38, 38, 0.65);
|
|
627
627
|
box-shadow: none;
|
|
628
628
|
color: rgba(220, 38, 38, 0.65);
|
|
@@ -6,7 +6,7 @@ $drop-down-btn-bigger-font-size: $text-base !default;
|
|
|
6
6
|
$drop-down-btn-bigger-li-height: 32px !default;
|
|
7
7
|
$drop-down-btn-bigger-max-width: 202px !default;
|
|
8
8
|
$drop-down-btn-bigger-min-width: 112px !default;
|
|
9
|
-
$drop-down-btn-icon-font-size:
|
|
9
|
+
$drop-down-btn-icon-font-size: $text-sm !default;
|
|
10
10
|
$drop-down-btn-icon-margin-right: 11px !default;
|
|
11
11
|
$drop-down-btn-bigger-icon-margin-right: 12px !default;
|
|
12
12
|
$drop-down-btn-li-border-width: 1px !default;
|
|
@@ -16,7 +16,7 @@ $drop-down-btn-bigger-li-padding: 0 16px !default;
|
|
|
16
16
|
$drop-down-btn-small-li-padding: 0 8px !default;
|
|
17
17
|
$drop-down-btn-max-width: 178px !default;
|
|
18
18
|
$drop-down-btn-menu-icon-bigger-font-size: 22px !default;
|
|
19
|
-
$drop-down-btn-menu-icon-font-size:
|
|
19
|
+
$drop-down-btn-menu-icon-font-size: $text-lg !default;
|
|
20
20
|
$drop-down-btn-min-width: 120px !default;
|
|
21
21
|
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
22
22
|
$drop-down-btn-sub-ul-box-shadow: none !default;
|
|
@@ -24,9 +24,9 @@ $drop-down-btn-ul-border-radius: 4px !default;
|
|
|
24
24
|
$drop-down-btn-ul-padding: 4px 0 !default;
|
|
25
25
|
$drop-down-btn-ul-bigger-padding: 8px 0 !default;
|
|
26
26
|
$drop-down-btn-ul-small-padding: 4px 0 !default;
|
|
27
|
-
$drop-down-btn-caret-icon-font-size:
|
|
28
|
-
$drop-down-btn-icon-font-size-bigger:
|
|
29
|
-
$drop-down-btn-caret-icon-font-size-bigger:
|
|
27
|
+
$drop-down-btn-caret-icon-font-size: $text-xxs !default;
|
|
28
|
+
$drop-down-btn-icon-font-size-bigger: $text-base !default;
|
|
29
|
+
$drop-down-btn-caret-icon-font-size-bigger: $text-xs !default;
|
|
30
30
|
$drop-down-btn-box-shadow: $secondary-shadow-focus !default;
|
|
31
31
|
$drop-down-btn-popup-margin-top: 2px !default;
|
|
32
32
|
$drop-down-btn-bigger-popup-margin-top: 4px !default;
|
|
@@ -6,7 +6,7 @@ $drop-down-btn-bigger-font-size: $text-base !default;
|
|
|
6
6
|
$drop-down-btn-bigger-li-height: 40px !default;
|
|
7
7
|
$drop-down-btn-bigger-max-width: 202px !default;
|
|
8
8
|
$drop-down-btn-bigger-min-width: 112px !default;
|
|
9
|
-
$drop-down-btn-icon-font-size:
|
|
9
|
+
$drop-down-btn-icon-font-size: $text-sm !default;
|
|
10
10
|
$drop-down-btn-icon-margin-right: 11px !default;
|
|
11
11
|
$drop-down-btn-bigger-icon-margin-right: 12px !default;
|
|
12
12
|
$drop-down-btn-li-border-width: 1px !default;
|
|
@@ -16,7 +16,7 @@ $drop-down-btn-bigger-li-padding: 0 16px !default;
|
|
|
16
16
|
$drop-down-btn-small-li-padding: 0 8px !default;
|
|
17
17
|
$drop-down-btn-max-width: 178px !default;
|
|
18
18
|
$drop-down-btn-menu-icon-bigger-font-size: 22px !default;
|
|
19
|
-
$drop-down-btn-menu-icon-font-size:
|
|
19
|
+
$drop-down-btn-menu-icon-font-size: $text-lg !default;
|
|
20
20
|
$drop-down-btn-min-width: 120px !default;
|
|
21
21
|
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
22
22
|
$drop-down-btn-sub-ul-box-shadow: none !default;
|
|
@@ -24,9 +24,9 @@ $drop-down-btn-ul-border-radius: 2px !default;
|
|
|
24
24
|
$drop-down-btn-ul-padding: 0 0 !default;
|
|
25
25
|
$drop-down-btn-ul-bigger-padding: 0 0 !default;
|
|
26
26
|
$drop-down-btn-ul-small-padding: 0 0 !default;
|
|
27
|
-
$drop-down-btn-caret-icon-font-size:
|
|
28
|
-
$drop-down-btn-icon-font-size-bigger:
|
|
29
|
-
$drop-down-btn-caret-icon-font-size-bigger:
|
|
27
|
+
$drop-down-btn-caret-icon-font-size: $text-base !default;
|
|
28
|
+
$drop-down-btn-icon-font-size-bigger: $text-base !default;
|
|
29
|
+
$drop-down-btn-caret-icon-font-size-bigger: $text-xl !default;
|
|
30
30
|
$drop-down-btn-box-shadow: $secondary-shadow-focus !default;
|
|
31
31
|
$drop-down-btn-popup-margin-top: 4px !default;
|
|
32
32
|
$drop-down-btn-bigger-popup-margin-top: 4px !default;
|
|
@@ -24,6 +24,12 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
&:focus-visible { // only for keybord
|
|
28
|
+
@if $skin-name == 'Material3' {
|
|
29
|
+
box-shadow: $btn-keyboard-focus-box-shadow !important; /* stylelint-disable-line declaration-no-important */
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
27
33
|
&:active {
|
|
28
34
|
box-shadow: $btn-active-box-shadow;
|
|
29
35
|
}
|
|
@@ -56,6 +62,9 @@
|
|
|
56
62
|
|
|
57
63
|
& .e-item {
|
|
58
64
|
padding: $drop-down-btn-small-li-padding;
|
|
65
|
+
@if $skin-name == 'Material3' {
|
|
66
|
+
height: $drop-down-btn-small-li-height;
|
|
67
|
+
}
|
|
59
68
|
}
|
|
60
69
|
}
|
|
61
70
|
|
|
@@ -143,6 +152,9 @@
|
|
|
143
152
|
&.e-disabled {
|
|
144
153
|
cursor: auto;
|
|
145
154
|
pointer-events: none;
|
|
155
|
+
@if $skin-name == 'Material3' {
|
|
156
|
+
box-shadow: $drop-down-btn-sub-ul-box-shadow;
|
|
157
|
+
}
|
|
146
158
|
}
|
|
147
159
|
|
|
148
160
|
&.e-separator {
|
|
@@ -6,7 +6,7 @@ $drop-down-btn-bigger-font-size: $text-base !default;
|
|
|
6
6
|
$drop-down-btn-bigger-li-height: 36px !default;
|
|
7
7
|
$drop-down-btn-bigger-max-width: 202px !default;
|
|
8
8
|
$drop-down-btn-bigger-min-width: 112px !default;
|
|
9
|
-
$drop-down-btn-icon-font-size:
|
|
9
|
+
$drop-down-btn-icon-font-size: $text-sm !default;
|
|
10
10
|
$drop-down-btn-icon-margin-right: 12px !default;
|
|
11
11
|
$drop-down-btn-bigger-icon-margin-right: 12px !default;
|
|
12
12
|
$drop-down-btn-li-border-width: 1px !default;
|
|
@@ -16,7 +16,7 @@ $drop-down-btn-bigger-li-padding: 0 16px !default;
|
|
|
16
16
|
$drop-down-btn-small-li-padding: 0 8px !default;
|
|
17
17
|
$drop-down-btn-max-width: 178px !default;
|
|
18
18
|
$drop-down-btn-menu-icon-bigger-font-size: 22px !default;
|
|
19
|
-
$drop-down-btn-menu-icon-font-size:
|
|
19
|
+
$drop-down-btn-menu-icon-font-size: $text-lg !default;
|
|
20
20
|
$drop-down-btn-min-width: 120px !default;
|
|
21
21
|
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
22
22
|
$drop-down-btn-sub-ul-box-shadow: none !default;
|
|
@@ -24,8 +24,8 @@ $drop-down-btn-ul-border-radius: 4px !default;
|
|
|
24
24
|
$drop-down-btn-ul-padding: 4px 0 !default;
|
|
25
25
|
$drop-down-btn-ul-bigger-padding: 4px 0 !default;
|
|
26
26
|
$drop-down-btn-ul-small-padding: 4px 0 !default;
|
|
27
|
-
$drop-down-btn-caret-icon-font-size:
|
|
28
|
-
$drop-down-btn-icon-font-size-bigger:
|
|
27
|
+
$drop-down-btn-caret-icon-font-size: $text-lg !default;
|
|
28
|
+
$drop-down-btn-icon-font-size-bigger: $text-base !default;
|
|
29
29
|
$drop-down-btn-caret-icon-font-size-bigger: 22px !default;
|
|
30
30
|
$drop-down-btn-box-shadow: $shadow-focus-ring2 !default;
|
|
31
31
|
$drop-down-btn-popup-margin-top: 4px !default;
|