@syncfusion/blazor-themes 20.3.48 → 20.3.49
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/SCSS-Themes/bootstrap-dark.scss +24 -12
- package/SCSS-Themes/bootstrap.scss +24 -12
- package/SCSS-Themes/bootstrap4.scss +32 -19
- package/SCSS-Themes/bootstrap5-dark.scss +27 -14
- package/SCSS-Themes/bootstrap5.scss +27 -14
- package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +22 -5
- package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +22 -5
- package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +30 -12
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +23 -5
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +23 -5
- package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +26 -9
- package/SCSS-Themes/dropdowns/multi-select/fabric.scss +26 -9
- package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +24 -6
- package/SCSS-Themes/dropdowns/multi-select/fluent.scss +24 -6
- package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +27 -10
- package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +22 -5
- package/SCSS-Themes/dropdowns/multi-select/material.scss +22 -5
- package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +23 -5
- package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +23 -5
- package/SCSS-Themes/fabric-dark.scss +28 -16
- package/SCSS-Themes/fabric.scss +28 -16
- package/SCSS-Themes/fluent-dark.scss +26 -13
- package/SCSS-Themes/fluent.scss +26 -13
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/bootstrap.scss +2 -2
- package/SCSS-Themes/grids/grid/bootstrap4.scss +2 -2
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +2 -2
- package/SCSS-Themes/grids/grid/fabric-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/fabric.scss +2 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/fluent.scss +2 -2
- package/SCSS-Themes/grids/grid/highcontrast.scss +2 -2
- package/SCSS-Themes/grids/grid/material-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/material.scss +2 -2
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/tailwind.scss +2 -2
- package/SCSS-Themes/highcontrast.scss +29 -17
- package/SCSS-Themes/material-dark.scss +24 -12
- package/SCSS-Themes/material.scss +24 -12
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/material.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +0 -5
- package/SCSS-Themes/popups/dialog/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/popups/dialog/bootstrap5.scss +2 -2
- package/SCSS-Themes/tailwind-dark.scss +25 -12
- package/SCSS-Themes/tailwind.scss +25 -12
- package/package.json +1 -1
|
@@ -43050,8 +43050,8 @@ $dialog-footer-hover-btn-color: $primary-bg-color-hover !default;
|
|
|
43050
43050
|
|
|
43051
43051
|
$dialog-footer-flat-btn-bg-color: $secondary-bg-color !default;
|
|
43052
43052
|
$dialog-footer-flat-hover-btn-bg-color: $secondary-bg-color-hover !default;
|
|
43053
|
-
$dialog-footer-flat-btn-border-color: $secondary-
|
|
43054
|
-
$dialog-footer-flat-btn-content-color: $
|
|
43053
|
+
$dialog-footer-flat-btn-border-color: $secondary-border-color !default;
|
|
43054
|
+
$dialog-footer-flat-btn-content-color: $secondary-text-color !default;
|
|
43055
43055
|
$dialog-enable-resize-padding-bottom: 15px !default;
|
|
43056
43056
|
|
|
43057
43057
|
@include export-module('dialog-layout') {
|
|
@@ -58345,8 +58345,11 @@ $ddl-chip-padding: 0 6px 0 8px !default;
|
|
|
58345
58345
|
$ddl-chip-close-top: 0 !default;
|
|
58346
58346
|
$ddl-chip-close-left: 0 !default;
|
|
58347
58347
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
58348
|
+
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
58348
58349
|
$ddl-chip-close-square: 14px !default;
|
|
58350
|
+
$ddl-chip-close-width: 14px !default;
|
|
58349
58351
|
$ddl-chip-hooker-square: 24px !default;
|
|
58352
|
+
$ddl-chip-hooker-width: 24px !default;
|
|
58350
58353
|
$ddl-chip-close-font: 14px !default;
|
|
58351
58354
|
$ddl-chip-height: 24px !default;
|
|
58352
58355
|
$ddl-chip-mobile-height: 30px !default;
|
|
@@ -58447,12 +58450,14 @@ $ddl-select-all-height-small: 26px !default;
|
|
|
58447
58450
|
$ddl-small-chip-height: 20px !default;
|
|
58448
58451
|
$ddl-chip-small-font-size: 12px !default;
|
|
58449
58452
|
$ddl-small-chip-close-square: 12px !default;
|
|
58453
|
+
$ddl-small-chip-close-width: 12px !default;
|
|
58450
58454
|
$ddl-small-chip-close-font: 12px !default;
|
|
58451
58455
|
$ddl-control-small-height: 24px !default;
|
|
58452
58456
|
$ddl-small-input-height: 24px !default;
|
|
58453
58457
|
$ddl-delim-small-font-size: 12px !default;
|
|
58454
58458
|
$ddl-small-closer-margin-top: -2em !default;
|
|
58455
58459
|
$ddl-chip-close-hooker-small-left: 0 !default;
|
|
58460
|
+
$ddl-chip-close-hooker-small-bigger-left: 0 !default;
|
|
58456
58461
|
$ddl-delimviewheight-small: 24px !default;
|
|
58457
58462
|
$ddl-multiselect-filled-input-min-height-small: 32px !default;
|
|
58458
58463
|
$ddl-multiselect-filled-float-input-min-height-small: 22px !default;
|
|
@@ -58465,12 +58470,14 @@ $ddl-multiselect-filled-float-input-min-height-bigger: 36px !default;
|
|
|
58465
58470
|
$ddl-multiselect-filled-floatlabel-fontsize-bigger: 12px !default;
|
|
58466
58471
|
$ddl-bigger-chip-close-font: 14px !default;
|
|
58467
58472
|
$ddl-bigger-chip-close-square: 14px !default;
|
|
58473
|
+
$ddl-bigger-chip-close-width: 14px !default;
|
|
58468
58474
|
|
|
58469
58475
|
// Touch Small size
|
|
58470
58476
|
$ddl-select-all-height-bigger-small: 40px !default;
|
|
58471
58477
|
$ddl-bigger-small-chip-height: 26px !default;
|
|
58472
58478
|
$ddl-chip-bigger-small-font-size: 13px !default;
|
|
58473
58479
|
$ddl-bigger-small-chip-close-square: 14px !default;
|
|
58480
|
+
$ddl-bigger-small-chip-close-width: 14px !default;
|
|
58474
58481
|
$ddl-bigger-small-chip-close-font: 14px !default;
|
|
58475
58482
|
$ddl-control-bigger-small-height: 28px !default;
|
|
58476
58483
|
$ddl-bigger-small-input-height: 32px !default;
|
|
@@ -58808,7 +58815,11 @@ $ddl-close-down-icon-left: 35px !default;
|
|
|
58808
58815
|
font-family: 'e-icons';
|
|
58809
58816
|
height: $ddl-chip-close-square;
|
|
58810
58817
|
margin: $ddl-chip-close-margin;
|
|
58811
|
-
width: $ddl-chip-close-
|
|
58818
|
+
width: $ddl-chip-close-width;
|
|
58819
|
+
}
|
|
58820
|
+
|
|
58821
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
58822
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
58812
58823
|
}
|
|
58813
58824
|
|
|
58814
58825
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -58823,7 +58834,7 @@ $ddl-close-down-icon-left: 35px !default;
|
|
|
58823
58834
|
position: absolute;
|
|
58824
58835
|
right: $ddl-chip-hooker-right;
|
|
58825
58836
|
top: $ddl-closer-hooker-top;
|
|
58826
|
-
width: $ddl-chip-hooker-
|
|
58837
|
+
width: $ddl-chip-hooker-width;
|
|
58827
58838
|
}
|
|
58828
58839
|
|
|
58829
58840
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -59539,7 +59550,7 @@ ejs-multiselect {
|
|
|
59539
59550
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
59540
59551
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
59541
59552
|
height: $ddl-bigger-chip-close-square;
|
|
59542
|
-
width: $ddl-bigger-chip-close-
|
|
59553
|
+
width: $ddl-bigger-chip-close-width;
|
|
59543
59554
|
}
|
|
59544
59555
|
}
|
|
59545
59556
|
|
|
@@ -59561,7 +59572,7 @@ ejs-multiselect {
|
|
|
59561
59572
|
|
|
59562
59573
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
59563
59574
|
height: $ddl-small-chip-close-square;
|
|
59564
|
-
width: $ddl-small-chip-close-
|
|
59575
|
+
width: $ddl-small-chip-close-width;
|
|
59565
59576
|
}
|
|
59566
59577
|
|
|
59567
59578
|
.e-small .e-multi-select-wrapper {
|
|
@@ -59630,7 +59641,10 @@ ejs-multiselect {
|
|
|
59630
59641
|
|
|
59631
59642
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
59632
59643
|
height: $ddl-bigger-small-chip-close-square;
|
|
59633
|
-
width: $ddl-bigger-small-chip-close-
|
|
59644
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
59645
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
59646
|
+
margin: 3px 10px 10px 0;
|
|
59647
|
+
}
|
|
59634
59648
|
}
|
|
59635
59649
|
|
|
59636
59650
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -60853,6 +60867,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
60853
60867
|
left: $ddl-chip-close-hooker-small-left;
|
|
60854
60868
|
}
|
|
60855
60869
|
|
|
60870
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
60871
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
60872
|
+
}
|
|
60873
|
+
|
|
60856
60874
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
60857
60875
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
60858
60876
|
left: $ddl-small-down-icon-left;
|
|
@@ -76719,7 +76737,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
76719
76737
|
|
|
76720
76738
|
#{&}.e-grid-min-height {
|
|
76721
76739
|
.e-rowcell {
|
|
76722
|
-
line-height:
|
|
76740
|
+
line-height: normal;
|
|
76723
76741
|
padding-bottom: 0;
|
|
76724
76742
|
padding-top: 0;
|
|
76725
76743
|
}
|
|
@@ -76802,7 +76820,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
76802
76820
|
.e-rowcell,
|
|
76803
76821
|
.e-rowcell:first-child,
|
|
76804
76822
|
.e-rowcell:last-child {
|
|
76805
|
-
line-height:
|
|
76823
|
+
line-height: normal;
|
|
76806
76824
|
padding-bottom: 0;
|
|
76807
76825
|
padding-top: 0;
|
|
76808
76826
|
}
|
|
@@ -103598,7 +103616,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
103598
103616
|
|
|
103599
103617
|
.e-valuescontent {
|
|
103600
103618
|
padding-right: 8px;
|
|
103601
|
-
text-align: right;
|
|
103602
103619
|
}
|
|
103603
103620
|
|
|
103604
103621
|
.e-grid .e-rowcell {
|
|
@@ -104900,10 +104917,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
104900
104917
|
margin-right: 7px;
|
|
104901
104918
|
}
|
|
104902
104919
|
|
|
104903
|
-
.e-valuescontent {
|
|
104904
|
-
text-align: left;
|
|
104905
|
-
}
|
|
104906
|
-
|
|
104907
104920
|
.e-group-values,
|
|
104908
104921
|
.e-group-columns,
|
|
104909
104922
|
.e-group-filters,
|
|
@@ -44,7 +44,9 @@ $ddl-closer-margin-top-bigger: -4em !default;
|
|
|
44
44
|
$ddl-chip-close-top: 9px !default;
|
|
45
45
|
$ddl-chip-close-left: 10px !default;
|
|
46
46
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
47
|
+
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
47
48
|
$ddl-chip-close-square: 30px !default;
|
|
49
|
+
$ddl-chip-close-width: 30px !default;
|
|
48
50
|
$ddl-chip-close-font: 10px !default;
|
|
49
51
|
$ddl-chip-height: 28px !default;
|
|
50
52
|
$ddl-chip-mobile-height: 32px !default;
|
|
@@ -59,6 +61,7 @@ $ddl-delimviewheight: 32px !default;
|
|
|
59
61
|
$ddl-closer-hooker-font: 10px !default;
|
|
60
62
|
$ddl-closer-hooker-color: $grey-dark-font !default;
|
|
61
63
|
$ddl-chip-hooker-square: 40px !default;
|
|
64
|
+
$ddl-chip-hooker-width: 40px !default;
|
|
62
65
|
$ddl-sel-hover-chip-bg-color: $grey-99 !default;
|
|
63
66
|
$ddl-sel-chip-hover-font-color: $grey-dark-font !default;
|
|
64
67
|
$ddl-chip-hooker-right: 0 !default;
|
|
@@ -142,12 +145,14 @@ $ddl-select-all-height-small: 22px !default;
|
|
|
142
145
|
$ddl-small-chip-height: 22px !default;
|
|
143
146
|
$ddl-chip-small-font-size: 13px !default;
|
|
144
147
|
$ddl-small-chip-close-square: 24px !default;
|
|
148
|
+
$ddl-small-chip-close-width: 24px !default;
|
|
145
149
|
$ddl-small-chip-close-font: 8px !default;
|
|
146
150
|
$ddl-control-small-height: 24px !default;
|
|
147
151
|
$ddl-small-input-height: 26px !default;
|
|
148
152
|
$ddl-delim-small-font-size: 13px !default;
|
|
149
153
|
$ddl-small-closer-margin-top: -3.5em !default;
|
|
150
154
|
$ddl-chip-close-hooker-small-left: 8px !default;
|
|
155
|
+
$ddl-chip-close-hooker-small-bigger-left: 8px !default;
|
|
151
156
|
$ddl-delimviewheight-small: 26px !default;
|
|
152
157
|
|
|
153
158
|
// Touch Small size
|
|
@@ -155,6 +160,7 @@ $ddl-select-all-height-bigger-small: 34px !default;
|
|
|
155
160
|
$ddl-bigger-small-chip-height: 28px !default;
|
|
156
161
|
$ddl-chip-bigger-small-font-size: 15px !default;
|
|
157
162
|
$ddl-bigger-small-chip-close-square: 30px !default;
|
|
163
|
+
$ddl-bigger-small-chip-close-width: 30px !default;
|
|
158
164
|
$ddl-bigger-small-chip-close-font: 10px !default;
|
|
159
165
|
$ddl-control-bigger-small-height: 30px !default;
|
|
160
166
|
$ddl-bigger-small-input-height: 34px !default;
|
|
@@ -459,7 +465,11 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
|
|
|
459
465
|
font-family: 'e-icons';
|
|
460
466
|
height: $ddl-chip-close-square;
|
|
461
467
|
margin: $ddl-chip-close-margin;
|
|
462
|
-
width: $ddl-chip-close-
|
|
468
|
+
width: $ddl-chip-close-width;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
472
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
463
473
|
}
|
|
464
474
|
|
|
465
475
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -474,7 +484,7 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
|
|
|
474
484
|
position: absolute;
|
|
475
485
|
right: $ddl-chip-hooker-right;
|
|
476
486
|
top: $ddl-closer-hooker-top;
|
|
477
|
-
width: $ddl-chip-hooker-
|
|
487
|
+
width: $ddl-chip-hooker-width;
|
|
478
488
|
}
|
|
479
489
|
|
|
480
490
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -1190,7 +1200,7 @@ ejs-multiselect {
|
|
|
1190
1200
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
1191
1201
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
1192
1202
|
height: $ddl-bigger-chip-close-square;
|
|
1193
|
-
width: $ddl-bigger-chip-close-
|
|
1203
|
+
width: $ddl-bigger-chip-close-width;
|
|
1194
1204
|
}
|
|
1195
1205
|
}
|
|
1196
1206
|
|
|
@@ -1212,7 +1222,7 @@ ejs-multiselect {
|
|
|
1212
1222
|
|
|
1213
1223
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1214
1224
|
height: $ddl-small-chip-close-square;
|
|
1215
|
-
width: $ddl-small-chip-close-
|
|
1225
|
+
width: $ddl-small-chip-close-width;
|
|
1216
1226
|
}
|
|
1217
1227
|
|
|
1218
1228
|
.e-small .e-multi-select-wrapper {
|
|
@@ -1281,7 +1291,10 @@ ejs-multiselect {
|
|
|
1281
1291
|
|
|
1282
1292
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1283
1293
|
height: $ddl-bigger-small-chip-close-square;
|
|
1284
|
-
width: $ddl-bigger-small-chip-close-
|
|
1294
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
1295
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
1296
|
+
margin: 3px 10px 10px 0;
|
|
1297
|
+
}
|
|
1285
1298
|
}
|
|
1286
1299
|
|
|
1287
1300
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2504,6 +2517,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2504
2517
|
left: $ddl-chip-close-hooker-small-left;
|
|
2505
2518
|
}
|
|
2506
2519
|
|
|
2520
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2521
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2507
2524
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
2508
2525
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
2509
2526
|
left: $ddl-small-down-icon-left;
|
|
@@ -43,7 +43,9 @@ $ddl-closer-margin-top-bigger: -4em !default;
|
|
|
43
43
|
$ddl-chip-close-top: 9px !default;
|
|
44
44
|
$ddl-chip-close-left: 10px !default;
|
|
45
45
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
46
|
+
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
46
47
|
$ddl-chip-close-square: 30px !default;
|
|
48
|
+
$ddl-chip-close-width: 30px !default;
|
|
47
49
|
$ddl-chip-close-font: 10px !default;
|
|
48
50
|
$ddl-chip-height: 28px !default;
|
|
49
51
|
$ddl-chip-mobile-height: 32px !default;
|
|
@@ -58,6 +60,7 @@ $ddl-delimviewheight: 32px !default;
|
|
|
58
60
|
$ddl-closer-hooker-font: 10px !default;
|
|
59
61
|
$ddl-closer-hooker-color: $grey-light-font !default;
|
|
60
62
|
$ddl-chip-hooker-square: 40px !default;
|
|
63
|
+
$ddl-chip-hooker-width: 40px !default;
|
|
61
64
|
$ddl-sel-hover-chip-bg-color: $grey-dd !default;
|
|
62
65
|
$ddl-sel-chip-hover-font-color: $grey-light-font !default;
|
|
63
66
|
$ddl-chip-hooker-right: 0 !default;
|
|
@@ -140,12 +143,14 @@ $ddl-select-all-height-small: 22px !default;
|
|
|
140
143
|
$ddl-small-chip-height: 22px !default;
|
|
141
144
|
$ddl-chip-small-font-size: 13px !default;
|
|
142
145
|
$ddl-small-chip-close-square: 24px !default;
|
|
146
|
+
$ddl-small-chip-close-width: 24px !default;
|
|
143
147
|
$ddl-small-chip-close-font: 8px !default;
|
|
144
148
|
$ddl-control-small-height: 24px !default;
|
|
145
149
|
$ddl-small-input-height: 26px !default;
|
|
146
150
|
$ddl-delim-small-font-size: 13px !default;
|
|
147
151
|
$ddl-small-closer-margin-top: -3.5em !default;
|
|
148
152
|
$ddl-chip-close-hooker-small-left: 8px !default;
|
|
153
|
+
$ddl-chip-close-hooker-small-bigger-left: 8px !default;
|
|
149
154
|
$ddl-delimviewheight-small: 26px !default;
|
|
150
155
|
|
|
151
156
|
// Touch Small size
|
|
@@ -153,6 +158,7 @@ $ddl-select-all-height-bigger-small: 34px !default;
|
|
|
153
158
|
$ddl-bigger-small-chip-height: 28px !default;
|
|
154
159
|
$ddl-chip-bigger-small-font-size: 15px !default;
|
|
155
160
|
$ddl-bigger-small-chip-close-square: 30px !default;
|
|
161
|
+
$ddl-bigger-small-chip-close-width: 30px !default;
|
|
156
162
|
$ddl-bigger-small-chip-close-font: 10px !default;
|
|
157
163
|
$ddl-control-bigger-small-height: 30px !default;
|
|
158
164
|
$ddl-bigger-small-input-height: 34px !default;
|
|
@@ -453,7 +459,11 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
|
|
|
453
459
|
font-family: 'e-icons';
|
|
454
460
|
height: $ddl-chip-close-square;
|
|
455
461
|
margin: $ddl-chip-close-margin;
|
|
456
|
-
width: $ddl-chip-close-
|
|
462
|
+
width: $ddl-chip-close-width;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
466
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
457
467
|
}
|
|
458
468
|
|
|
459
469
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -468,7 +478,7 @@ $ddl-closer-margin-top-bigger-small: -4em !default;
|
|
|
468
478
|
position: absolute;
|
|
469
479
|
right: $ddl-chip-hooker-right;
|
|
470
480
|
top: $ddl-closer-hooker-top;
|
|
471
|
-
width: $ddl-chip-hooker-
|
|
481
|
+
width: $ddl-chip-hooker-width;
|
|
472
482
|
}
|
|
473
483
|
|
|
474
484
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -1184,7 +1194,7 @@ ejs-multiselect {
|
|
|
1184
1194
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
1185
1195
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
1186
1196
|
height: $ddl-bigger-chip-close-square;
|
|
1187
|
-
width: $ddl-bigger-chip-close-
|
|
1197
|
+
width: $ddl-bigger-chip-close-width;
|
|
1188
1198
|
}
|
|
1189
1199
|
}
|
|
1190
1200
|
|
|
@@ -1206,7 +1216,7 @@ ejs-multiselect {
|
|
|
1206
1216
|
|
|
1207
1217
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1208
1218
|
height: $ddl-small-chip-close-square;
|
|
1209
|
-
width: $ddl-small-chip-close-
|
|
1219
|
+
width: $ddl-small-chip-close-width;
|
|
1210
1220
|
}
|
|
1211
1221
|
|
|
1212
1222
|
.e-small .e-multi-select-wrapper {
|
|
@@ -1275,7 +1285,10 @@ ejs-multiselect {
|
|
|
1275
1285
|
|
|
1276
1286
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1277
1287
|
height: $ddl-bigger-small-chip-close-square;
|
|
1278
|
-
width: $ddl-bigger-small-chip-close-
|
|
1288
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
1289
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
1290
|
+
margin: 3px 10px 10px 0;
|
|
1291
|
+
}
|
|
1279
1292
|
}
|
|
1280
1293
|
|
|
1281
1294
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2498,6 +2511,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2498
2511
|
left: $ddl-chip-close-hooker-small-left;
|
|
2499
2512
|
}
|
|
2500
2513
|
|
|
2514
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2515
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
2516
|
+
}
|
|
2517
|
+
|
|
2501
2518
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
2502
2519
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
2503
2520
|
left: $ddl-small-down-icon-left;
|
|
@@ -41,9 +41,11 @@ $ddl-icon-margin-top-bigger: -2.25em !default;
|
|
|
41
41
|
$ddl-clear-margin-top: -2.9em !default;
|
|
42
42
|
$ddl-closer-margin-top-bigger: -3.5em !default;
|
|
43
43
|
$ddl-chip-close-top: 8px !default;
|
|
44
|
-
$ddl-chip-close-left:
|
|
45
|
-
$ddl-chip-close-margin:
|
|
44
|
+
$ddl-chip-close-left: 0 !default;
|
|
45
|
+
$ddl-chip-close-margin: 10px 10px 10px 0 !default;
|
|
46
|
+
$ddl-chip-close-rtl-margin: 8px 0 8px 20px !default;
|
|
46
47
|
$ddl-chip-close-square: 24px !default;
|
|
48
|
+
$ddl-chip-close-width: auto !default;
|
|
47
49
|
$ddl-chip-close-font: 8px !default;
|
|
48
50
|
$ddl-chip-height: 24px !default;
|
|
49
51
|
$ddl-chip-mobile-height: 28px !default;
|
|
@@ -58,6 +60,7 @@ $ddl-delimviewheight: 29px !default;
|
|
|
58
60
|
$ddl-closer-hooker-font: 10px !default;
|
|
59
61
|
$ddl-closer-hooker-font-bigger: 12px !default;
|
|
60
62
|
$ddl-chip-hooker-square: 29px !default;
|
|
63
|
+
$ddl-chip-hooker-width: auto !default;
|
|
61
64
|
$ddl-sel-hover-chip-bg-color: $gray-600 !default;
|
|
62
65
|
$ddl-sel-chip-hover-font-color: $white !default;
|
|
63
66
|
$ddl-chip-hooker-right: 0 !default;
|
|
@@ -80,7 +83,7 @@ $ddl-rtl-mob-sel-chip-content-padding: 12px 4px !default;
|
|
|
80
83
|
$ddl-rtl-chip-padding: 0 8px 0 0 !default;
|
|
81
84
|
$ddl-rtl-mob-sel-chip-padding: 0 8px 0 4px !default;
|
|
82
85
|
$ddl-rtl-mob-chip-padding: 0 4px 0 8px !default;
|
|
83
|
-
$ddl-overall-close-left:
|
|
86
|
+
$ddl-overall-close-left: 0 !default;
|
|
84
87
|
$ddl-overall-close-top: 10px !default;
|
|
85
88
|
|
|
86
89
|
//$ddl-overall-bigger-close-top: 15px !default;
|
|
@@ -132,6 +135,7 @@ $ddl-chip-close-rtl-left: -15px !default;
|
|
|
132
135
|
$ddl-close-icon-color: $gray-700 !default;
|
|
133
136
|
$ddl-bigger-chip-close-font: 10px !default;
|
|
134
137
|
$ddl-bigger-chip-close-square: 30px !default;
|
|
138
|
+
$ddl-bigger-chip-close-width: auto !default;
|
|
135
139
|
$ddl-bigger-close-top: 9px !default;
|
|
136
140
|
$ddl-multi-checkbox-bgcolor: $primary-font !default;
|
|
137
141
|
$ddl-multi-checkbox-border-color: $primary-font !default;
|
|
@@ -150,15 +154,17 @@ $ddl-select-all-height-small: 22px !default;
|
|
|
150
154
|
$ddl-small-chip-height: 20px !default;
|
|
151
155
|
$ddl-chip-small-font-size: 12px !default;
|
|
152
156
|
$ddl-small-chip-close-square: 18px !default;
|
|
157
|
+
$ddl-small-chip-close-width: auto !default;
|
|
153
158
|
$ddl-small-chip-close-font: 8px !default;
|
|
154
159
|
$ddl-control-small-height: 22px !default;
|
|
155
160
|
$ddl-small-input-height: 22px !default;
|
|
156
161
|
$ddl-delim-small-font-size: 12px !default;
|
|
157
162
|
$ddl-small-closer-margin-top: -2.4em !default;
|
|
158
163
|
$ddl-chip-small-content-padding: 0 8px 0 8px !default;
|
|
159
|
-
$ddl-chip-close-small-left:
|
|
164
|
+
$ddl-chip-close-small-left: 0 !default;
|
|
160
165
|
$ddl-chip-close-small-top: 5px !default;
|
|
161
166
|
$ddl-chip-close-hooker-small-left: 4px !default;
|
|
167
|
+
$ddl-chip-close-hooker-small-bigger-left: 4px !default;
|
|
162
168
|
$ddl-chip-close-hooker-small-top: 7px !default;
|
|
163
169
|
$ddl-delimviewheight-small: 22px !default;
|
|
164
170
|
|
|
@@ -167,15 +173,16 @@ $ddl-select-all-height-bigger-small: 34px !default;
|
|
|
167
173
|
$ddl-bigger-small-chip-height: 30px !default;
|
|
168
174
|
$ddl-chip-bigger-small-font-size: 15px !default;
|
|
169
175
|
$ddl-bigger-small-chip-close-square: 24px !default;
|
|
176
|
+
$ddl-bigger-small-chip-close-width: auto !default;
|
|
170
177
|
$ddl-bigger-small-chip-close-font: 10px !default;
|
|
171
178
|
$ddl-control-bigger-small-height: 30px !default;
|
|
172
179
|
$ddl-bigger-small-input-height: 34px !default;
|
|
173
180
|
$ddl-delim-bigger-small-font-size: 14px !default;
|
|
174
|
-
$ddl-chip-close-bigger-left:
|
|
181
|
+
$ddl-chip-close-bigger-left: 0 !default;
|
|
175
182
|
$ddl-chip-close-bigger-top: 11px !default;
|
|
176
183
|
$ddl-chip-bigger-content-padding: 7px 8px 7px 12px !default;
|
|
177
184
|
$ddl-delimviewheight-bigger-small: 34px !default;
|
|
178
|
-
$ddl-closer-margin-top-bigger-small: -2.
|
|
185
|
+
$ddl-closer-margin-top-bigger-small: -2.5em !default;
|
|
179
186
|
$multiselect-closer-bigger-height: 36px !default;
|
|
180
187
|
$multiselect-closer--bigger-margin-top: -3em !default;
|
|
181
188
|
$multiselect-closer-bigger-width: 0 !default;
|
|
@@ -204,7 +211,7 @@ $multiselect-dropicon-closer-bigger-width: 34px !default;
|
|
|
204
211
|
|
|
205
212
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
206
213
|
height: $ddl-bigger-chip-close-square;
|
|
207
|
-
width: $ddl-bigger-chip-close-
|
|
214
|
+
width: $ddl-bigger-chip-close-width;
|
|
208
215
|
}
|
|
209
216
|
|
|
210
217
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
|
|
@@ -519,7 +526,11 @@ $multiselect-dropicon-closer-bigger-width: 34px !default;
|
|
|
519
526
|
font-family: 'e-icons';
|
|
520
527
|
height: $ddl-chip-close-square;
|
|
521
528
|
margin: $ddl-chip-close-margin;
|
|
522
|
-
width: $ddl-chip-close-
|
|
529
|
+
width: $ddl-chip-close-width;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
533
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
523
534
|
}
|
|
524
535
|
|
|
525
536
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -534,7 +545,7 @@ $multiselect-dropicon-closer-bigger-width: 34px !default;
|
|
|
534
545
|
position: absolute;
|
|
535
546
|
right: $ddl-chip-hooker-right;
|
|
536
547
|
top: $ddl-closer-hooker-top;
|
|
537
|
-
width: $ddl-chip-hooker-
|
|
548
|
+
width: $ddl-chip-hooker-width;
|
|
538
549
|
}
|
|
539
550
|
|
|
540
551
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -1250,7 +1261,7 @@ ejs-multiselect {
|
|
|
1250
1261
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
1251
1262
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
1252
1263
|
height: $ddl-bigger-chip-close-square;
|
|
1253
|
-
width: $ddl-bigger-chip-close-
|
|
1264
|
+
width: $ddl-bigger-chip-close-width;
|
|
1254
1265
|
}
|
|
1255
1266
|
}
|
|
1256
1267
|
|
|
@@ -1272,7 +1283,7 @@ ejs-multiselect {
|
|
|
1272
1283
|
|
|
1273
1284
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1274
1285
|
height: $ddl-small-chip-close-square;
|
|
1275
|
-
width: $ddl-small-chip-close-
|
|
1286
|
+
width: $ddl-small-chip-close-width;
|
|
1276
1287
|
}
|
|
1277
1288
|
|
|
1278
1289
|
.e-small .e-multi-select-wrapper {
|
|
@@ -1341,7 +1352,10 @@ ejs-multiselect {
|
|
|
1341
1352
|
|
|
1342
1353
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1343
1354
|
height: $ddl-bigger-small-chip-close-square;
|
|
1344
|
-
width: $ddl-bigger-small-chip-close-
|
|
1355
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
1356
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
1357
|
+
margin: 3px 10px 10px 0;
|
|
1358
|
+
}
|
|
1345
1359
|
}
|
|
1346
1360
|
|
|
1347
1361
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2564,6 +2578,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2564
2578
|
left: $ddl-chip-close-hooker-small-left;
|
|
2565
2579
|
}
|
|
2566
2580
|
|
|
2581
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2582
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
2583
|
+
}
|
|
2584
|
+
|
|
2567
2585
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
2568
2586
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
2569
2587
|
left: $ddl-small-down-icon-left;
|
|
@@ -26,8 +26,11 @@ $ddl-chip-padding: 0 6px 0 8px !default;
|
|
|
26
26
|
$ddl-chip-close-top: 0 !default;
|
|
27
27
|
$ddl-chip-close-left: 0 !default;
|
|
28
28
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
29
|
+
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
29
30
|
$ddl-chip-close-square: 14px !default;
|
|
31
|
+
$ddl-chip-close-width: 14px !default;
|
|
30
32
|
$ddl-chip-hooker-square: 24px !default;
|
|
33
|
+
$ddl-chip-hooker-width: 24px !default;
|
|
31
34
|
$ddl-chip-close-font: 14px !default;
|
|
32
35
|
$ddl-chip-height: 24px !default;
|
|
33
36
|
$ddl-chip-mobile-height: 30px !default;
|
|
@@ -128,12 +131,14 @@ $ddl-select-all-height-small: 26px !default;
|
|
|
128
131
|
$ddl-small-chip-height: 20px !default;
|
|
129
132
|
$ddl-chip-small-font-size: 12px !default;
|
|
130
133
|
$ddl-small-chip-close-square: 12px !default;
|
|
134
|
+
$ddl-small-chip-close-width: 12px !default;
|
|
131
135
|
$ddl-small-chip-close-font: 12px !default;
|
|
132
136
|
$ddl-control-small-height: 24px !default;
|
|
133
137
|
$ddl-small-input-height: 24px !default;
|
|
134
138
|
$ddl-delim-small-font-size: 12px !default;
|
|
135
139
|
$ddl-small-closer-margin-top: -2em !default;
|
|
136
140
|
$ddl-chip-close-hooker-small-left: 0 !default;
|
|
141
|
+
$ddl-chip-close-hooker-small-bigger-left: 0 !default;
|
|
137
142
|
$ddl-delimviewheight-small: 24px !default;
|
|
138
143
|
$ddl-multiselect-filled-input-min-height-small: 32px !default;
|
|
139
144
|
$ddl-multiselect-filled-float-input-min-height-small: 22px !default;
|
|
@@ -146,12 +151,14 @@ $ddl-multiselect-filled-float-input-min-height-bigger: 36px !default;
|
|
|
146
151
|
$ddl-multiselect-filled-floatlabel-fontsize-bigger: 12px !default;
|
|
147
152
|
$ddl-bigger-chip-close-font: 14px !default;
|
|
148
153
|
$ddl-bigger-chip-close-square: 14px !default;
|
|
154
|
+
$ddl-bigger-chip-close-width: 14px !default;
|
|
149
155
|
|
|
150
156
|
// Touch Small size
|
|
151
157
|
$ddl-select-all-height-bigger-small: 40px !default;
|
|
152
158
|
$ddl-bigger-small-chip-height: 26px !default;
|
|
153
159
|
$ddl-chip-bigger-small-font-size: 13px !default;
|
|
154
160
|
$ddl-bigger-small-chip-close-square: 14px !default;
|
|
161
|
+
$ddl-bigger-small-chip-close-width: 14px !default;
|
|
155
162
|
$ddl-bigger-small-chip-close-font: 14px !default;
|
|
156
163
|
$ddl-control-bigger-small-height: 28px !default;
|
|
157
164
|
$ddl-bigger-small-input-height: 32px !default;
|
|
@@ -489,7 +496,11 @@ $ddl-close-down-icon-left: 35px !default;
|
|
|
489
496
|
font-family: 'e-icons';
|
|
490
497
|
height: $ddl-chip-close-square;
|
|
491
498
|
margin: $ddl-chip-close-margin;
|
|
492
|
-
width: $ddl-chip-close-
|
|
499
|
+
width: $ddl-chip-close-width;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
503
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
493
504
|
}
|
|
494
505
|
|
|
495
506
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -504,7 +515,7 @@ $ddl-close-down-icon-left: 35px !default;
|
|
|
504
515
|
position: absolute;
|
|
505
516
|
right: $ddl-chip-hooker-right;
|
|
506
517
|
top: $ddl-closer-hooker-top;
|
|
507
|
-
width: $ddl-chip-hooker-
|
|
518
|
+
width: $ddl-chip-hooker-width;
|
|
508
519
|
}
|
|
509
520
|
|
|
510
521
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -1220,7 +1231,7 @@ ejs-multiselect {
|
|
|
1220
1231
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
1221
1232
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
1222
1233
|
height: $ddl-bigger-chip-close-square;
|
|
1223
|
-
width: $ddl-bigger-chip-close-
|
|
1234
|
+
width: $ddl-bigger-chip-close-width;
|
|
1224
1235
|
}
|
|
1225
1236
|
}
|
|
1226
1237
|
|
|
@@ -1242,7 +1253,7 @@ ejs-multiselect {
|
|
|
1242
1253
|
|
|
1243
1254
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1244
1255
|
height: $ddl-small-chip-close-square;
|
|
1245
|
-
width: $ddl-small-chip-close-
|
|
1256
|
+
width: $ddl-small-chip-close-width;
|
|
1246
1257
|
}
|
|
1247
1258
|
|
|
1248
1259
|
.e-small .e-multi-select-wrapper {
|
|
@@ -1311,7 +1322,10 @@ ejs-multiselect {
|
|
|
1311
1322
|
|
|
1312
1323
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1313
1324
|
height: $ddl-bigger-small-chip-close-square;
|
|
1314
|
-
width: $ddl-bigger-small-chip-close-
|
|
1325
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
1326
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
1327
|
+
margin: 3px 10px 10px 0;
|
|
1328
|
+
}
|
|
1315
1329
|
}
|
|
1316
1330
|
|
|
1317
1331
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2534,6 +2548,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2534
2548
|
left: $ddl-chip-close-hooker-small-left;
|
|
2535
2549
|
}
|
|
2536
2550
|
|
|
2551
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2552
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2537
2555
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
2538
2556
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
2539
2557
|
left: $ddl-small-down-icon-left;
|