@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
|
@@ -41,8 +41,11 @@ $ddl-chip-padding: 0 4px 0 8px !default;
|
|
|
41
41
|
$ddl-chip-close-top: 0 !default;
|
|
42
42
|
$ddl-chip-close-left: 0 !default;
|
|
43
43
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
44
|
+
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
44
45
|
$ddl-chip-close-square: 16px !default;
|
|
46
|
+
$ddl-chip-close-width: 16px !default;
|
|
45
47
|
$ddl-chip-hooker-square: 24px !default;
|
|
48
|
+
$ddl-chip-hooker-width: 24px !default;
|
|
46
49
|
$ddl-chip-close-font: 16px !default;
|
|
47
50
|
$ddl-chip-height: 24px !default;
|
|
48
51
|
$ddl-chip-mobile-height: 28px !default;
|
|
@@ -141,12 +144,14 @@ $ddl-select-all-height-bigger-small: 40px !default;
|
|
|
141
144
|
$ddl-small-chip-height: 20px !default;
|
|
142
145
|
$ddl-chip-small-font-size: 12px !default;
|
|
143
146
|
$ddl-small-chip-close-square: 14px !default;
|
|
147
|
+
$ddl-small-chip-close-width: 14px !default;
|
|
144
148
|
$ddl-small-chip-close-font: 14px !default;
|
|
145
149
|
$ddl-control-small-height: 24px !default;
|
|
146
150
|
$ddl-small-input-height: 26px !default;
|
|
147
151
|
$ddl-delim-small-font-size: 12px !default;
|
|
148
152
|
$ddl-small-closer-margin-top: -2.5em !default;
|
|
149
153
|
$ddl-chip-close-hooker-small-left: 6px !default;
|
|
154
|
+
$ddl-chip-close-hooker-small-bigger-left: 6px !default;
|
|
150
155
|
$ddl-delimviewheight-small: 26px !default;
|
|
151
156
|
|
|
152
157
|
// Touch Small size
|
|
@@ -154,6 +159,7 @@ $ddl-select-all-height-bigger-small: 40px !default;
|
|
|
154
159
|
$ddl-bigger-small-chip-height: 24px !default;
|
|
155
160
|
$ddl-chip-bigger-small-font-size: 13px !default;
|
|
156
161
|
$ddl-bigger-small-chip-close-square: 16px !default;
|
|
162
|
+
$ddl-bigger-small-chip-close-width: 16px !default;
|
|
157
163
|
$ddl-bigger-small-chip-close-font: 16px !default;
|
|
158
164
|
$ddl-control-bigger-small-height: 28px !default;
|
|
159
165
|
$ddl-bigger-small-input-height: 34px !default;
|
|
@@ -491,7 +497,11 @@ $filled-multiselect-chip-hover-bg-color: $grey-700 !default;
|
|
|
491
497
|
font-family: 'e-icons';
|
|
492
498
|
height: $ddl-chip-close-square;
|
|
493
499
|
margin: $ddl-chip-close-margin;
|
|
494
|
-
width: $ddl-chip-close-
|
|
500
|
+
width: $ddl-chip-close-width;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
504
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
495
505
|
}
|
|
496
506
|
|
|
497
507
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -506,7 +516,7 @@ $filled-multiselect-chip-hover-bg-color: $grey-700 !default;
|
|
|
506
516
|
position: absolute;
|
|
507
517
|
right: $ddl-chip-hooker-right;
|
|
508
518
|
top: $ddl-closer-hooker-top;
|
|
509
|
-
width: $ddl-chip-hooker-
|
|
519
|
+
width: $ddl-chip-hooker-width;
|
|
510
520
|
}
|
|
511
521
|
|
|
512
522
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -1222,7 +1232,7 @@ ejs-multiselect {
|
|
|
1222
1232
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
1223
1233
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
1224
1234
|
height: $ddl-bigger-chip-close-square;
|
|
1225
|
-
width: $ddl-bigger-chip-close-
|
|
1235
|
+
width: $ddl-bigger-chip-close-width;
|
|
1226
1236
|
}
|
|
1227
1237
|
}
|
|
1228
1238
|
|
|
@@ -1244,7 +1254,7 @@ ejs-multiselect {
|
|
|
1244
1254
|
|
|
1245
1255
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1246
1256
|
height: $ddl-small-chip-close-square;
|
|
1247
|
-
width: $ddl-small-chip-close-
|
|
1257
|
+
width: $ddl-small-chip-close-width;
|
|
1248
1258
|
}
|
|
1249
1259
|
|
|
1250
1260
|
.e-small .e-multi-select-wrapper {
|
|
@@ -1313,7 +1323,10 @@ ejs-multiselect {
|
|
|
1313
1323
|
|
|
1314
1324
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1315
1325
|
height: $ddl-bigger-small-chip-close-square;
|
|
1316
|
-
width: $ddl-bigger-small-chip-close-
|
|
1326
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
1327
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
1328
|
+
margin: 3px 10px 10px 0;
|
|
1329
|
+
}
|
|
1317
1330
|
}
|
|
1318
1331
|
|
|
1319
1332
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2536,6 +2549,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2536
2549
|
left: $ddl-chip-close-hooker-small-left;
|
|
2537
2550
|
}
|
|
2538
2551
|
|
|
2552
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2553
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
2554
|
+
}
|
|
2555
|
+
|
|
2539
2556
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
2540
2557
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
2541
2558
|
left: $ddl-small-down-icon-left;
|
|
@@ -40,8 +40,11 @@ $ddl-chip-padding: 0 4px 0 8px !default;
|
|
|
40
40
|
$ddl-chip-close-top: 0 !default;
|
|
41
41
|
$ddl-chip-close-left: 0 !default;
|
|
42
42
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
43
|
+
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
43
44
|
$ddl-chip-close-square: 16px !default;
|
|
45
|
+
$ddl-chip-close-width: 16px !default;
|
|
44
46
|
$ddl-chip-hooker-square: 24px !default;
|
|
47
|
+
$ddl-chip-hooker-width: 24px !default;
|
|
45
48
|
$ddl-chip-close-font: 16px !default;
|
|
46
49
|
$ddl-chip-height: 24px !default;
|
|
47
50
|
$ddl-chip-mobile-height: 28px !default;
|
|
@@ -144,12 +147,14 @@ $ddl-select-all-height-small: 26px !default;
|
|
|
144
147
|
$ddl-small-chip-height: 20px !default;
|
|
145
148
|
$ddl-chip-small-font-size: 12px !default;
|
|
146
149
|
$ddl-small-chip-close-square: 14px !default;
|
|
150
|
+
$ddl-small-chip-close-width: 14px !default;
|
|
147
151
|
$ddl-small-chip-close-font: 14px !default;
|
|
148
152
|
$ddl-control-small-height: 24px !default;
|
|
149
153
|
$ddl-small-input-height: 26px !default;
|
|
150
154
|
$ddl-delim-small-font-size: 12px !default;
|
|
151
155
|
$ddl-small-closer-margin-top: -2.5em !default;
|
|
152
156
|
$ddl-chip-close-hooker-small-left: 6px !default;
|
|
157
|
+
$ddl-chip-close-hooker-small-bigger-left: 6px !default;
|
|
153
158
|
$ddl-delimviewheight-small: 26px !default;
|
|
154
159
|
$ddl-multiselect-filled-input-min-height-small: 32px !default;
|
|
155
160
|
$ddl-multiselect-filled-float-input-min-height-small: 22px !default;
|
|
@@ -166,6 +171,7 @@ $ddl-select-all-height-bigger-small: 40px !default;
|
|
|
166
171
|
$ddl-bigger-small-chip-height: 22px !default;
|
|
167
172
|
$ddl-chip-bigger-small-font-size: 13px !default;
|
|
168
173
|
$ddl-bigger-small-chip-close-square: 16px !default;
|
|
174
|
+
$ddl-bigger-small-chip-close-width: 16px !default;
|
|
169
175
|
$ddl-bigger-small-chip-close-font: 16px !default;
|
|
170
176
|
$ddl-control-bigger-small-height: 28px !default;
|
|
171
177
|
$ddl-bigger-small-input-height: 28px !default;
|
|
@@ -484,7 +490,11 @@ $filled-multiselect-chip-hover-bg-color: darken($grey-300, 7%) !default;
|
|
|
484
490
|
font-family: 'e-icons';
|
|
485
491
|
height: $ddl-chip-close-square;
|
|
486
492
|
margin: $ddl-chip-close-margin;
|
|
487
|
-
width: $ddl-chip-close-
|
|
493
|
+
width: $ddl-chip-close-width;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
497
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
488
498
|
}
|
|
489
499
|
|
|
490
500
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -499,7 +509,7 @@ $filled-multiselect-chip-hover-bg-color: darken($grey-300, 7%) !default;
|
|
|
499
509
|
position: absolute;
|
|
500
510
|
right: $ddl-chip-hooker-right;
|
|
501
511
|
top: $ddl-closer-hooker-top;
|
|
502
|
-
width: $ddl-chip-hooker-
|
|
512
|
+
width: $ddl-chip-hooker-width;
|
|
503
513
|
}
|
|
504
514
|
|
|
505
515
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -1215,7 +1225,7 @@ ejs-multiselect {
|
|
|
1215
1225
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
1216
1226
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
1217
1227
|
height: $ddl-bigger-chip-close-square;
|
|
1218
|
-
width: $ddl-bigger-chip-close-
|
|
1228
|
+
width: $ddl-bigger-chip-close-width;
|
|
1219
1229
|
}
|
|
1220
1230
|
}
|
|
1221
1231
|
|
|
@@ -1237,7 +1247,7 @@ ejs-multiselect {
|
|
|
1237
1247
|
|
|
1238
1248
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1239
1249
|
height: $ddl-small-chip-close-square;
|
|
1240
|
-
width: $ddl-small-chip-close-
|
|
1250
|
+
width: $ddl-small-chip-close-width;
|
|
1241
1251
|
}
|
|
1242
1252
|
|
|
1243
1253
|
.e-small .e-multi-select-wrapper {
|
|
@@ -1306,7 +1316,10 @@ ejs-multiselect {
|
|
|
1306
1316
|
|
|
1307
1317
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1308
1318
|
height: $ddl-bigger-small-chip-close-square;
|
|
1309
|
-
width: $ddl-bigger-small-chip-close-
|
|
1319
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
1320
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
1321
|
+
margin: 3px 10px 10px 0;
|
|
1322
|
+
}
|
|
1310
1323
|
}
|
|
1311
1324
|
|
|
1312
1325
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2529,6 +2542,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2529
2542
|
left: $ddl-chip-close-hooker-small-left;
|
|
2530
2543
|
}
|
|
2531
2544
|
|
|
2545
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2546
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2532
2549
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
2533
2550
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
2534
2551
|
left: $ddl-small-down-icon-left;
|
|
@@ -25,8 +25,11 @@ $ddl-chip-padding: 0 4px 0 8px !default;
|
|
|
25
25
|
$ddl-chip-close-top: 0 !default;
|
|
26
26
|
$ddl-chip-close-left: 0 !default;
|
|
27
27
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
28
|
+
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
28
29
|
$ddl-chip-close-square: $text-base !default;
|
|
30
|
+
$ddl-chip-close-width: $text-base !default;
|
|
29
31
|
$ddl-chip-hooker-square: 28px !default;
|
|
32
|
+
$ddl-chip-hooker-width: 28px !default;
|
|
30
33
|
$ddl-chip-close-font: $text-base !default;
|
|
31
34
|
$ddl-chip-height: 22px !default;
|
|
32
35
|
$ddl-chip-mobile-height: 30px !default;
|
|
@@ -133,6 +136,7 @@ $ddl-small-clear-icon-width: 28px !default;
|
|
|
133
136
|
$ddl-bigger-small-clear-icon-height: 32px !default;
|
|
134
137
|
$ddl-bigger-small-clear-icon-width: 32px !default;
|
|
135
138
|
$ddl-bigger-chip-close-square: $text-xl !default;
|
|
139
|
+
$ddl-bigger-chip-close-width: $text-xl !default;
|
|
136
140
|
$ddl-bigger-chip-close-font: $text-xl !default;
|
|
137
141
|
|
|
138
142
|
// Small size
|
|
@@ -140,12 +144,14 @@ $ddl-select-all-height-small: 24px !default;
|
|
|
140
144
|
$ddl-small-chip-height: 18px !default;
|
|
141
145
|
$ddl-chip-small-font-size: 12px !default;
|
|
142
146
|
$ddl-small-chip-close-square: $text-sm !default;
|
|
147
|
+
$ddl-small-chip-close-width: $text-sm !default;
|
|
143
148
|
$ddl-small-chip-close-font: $text-sm !default;
|
|
144
149
|
$ddl-control-small-height: 24px !default;
|
|
145
150
|
$ddl-small-input-height: 24px !default;
|
|
146
151
|
$ddl-delim-small-font-size: 12px !default;
|
|
147
152
|
$ddl-small-closer-margin-top: -1.65em !default;
|
|
148
153
|
$ddl-chip-close-hooker-small-left: 6px !default;
|
|
154
|
+
$ddl-chip-close-hooker-small-bigger-left: 6px !default;
|
|
149
155
|
$ddl-delimviewheight-small: 24px !default;
|
|
150
156
|
$ddl-multiselect-filled-input-min-height-small: 32px !default;
|
|
151
157
|
$ddl-multiselect-filled-float-input-min-height-small: 22px !default;
|
|
@@ -161,6 +167,7 @@ $ddl-multiselect-filled-floatlabel-fontsize-bigger: 12px !default;
|
|
|
161
167
|
$ddl-select-all-height-bigger-small: 32px !default;
|
|
162
168
|
$ddl-bigger-small-chip-height: 26px !default;
|
|
163
169
|
$ddl-bigger-small-chip-close-square: $text-lg !default;
|
|
170
|
+
$ddl-bigger-small-chip-close-width: $text-lg !default;
|
|
164
171
|
$ddl-bigger-small-chip-close-font: $text-lg !default;
|
|
165
172
|
$ddl-control-bigger-small-height: 28px !default;
|
|
166
173
|
$ddl-bigger-small-input-height: 32px !default;
|
|
@@ -494,7 +501,11 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
494
501
|
font-family: 'e-icons';
|
|
495
502
|
height: $ddl-chip-close-square;
|
|
496
503
|
margin: $ddl-chip-close-margin;
|
|
497
|
-
width: $ddl-chip-close-
|
|
504
|
+
width: $ddl-chip-close-width;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
508
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
498
509
|
}
|
|
499
510
|
|
|
500
511
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -509,7 +520,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
509
520
|
position: absolute;
|
|
510
521
|
right: $ddl-chip-hooker-right;
|
|
511
522
|
top: $ddl-closer-hooker-top;
|
|
512
|
-
width: $ddl-chip-hooker-
|
|
523
|
+
width: $ddl-chip-hooker-width;
|
|
513
524
|
}
|
|
514
525
|
|
|
515
526
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -1225,7 +1236,7 @@ ejs-multiselect {
|
|
|
1225
1236
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
1226
1237
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
1227
1238
|
height: $ddl-bigger-chip-close-square;
|
|
1228
|
-
width: $ddl-bigger-chip-close-
|
|
1239
|
+
width: $ddl-bigger-chip-close-width;
|
|
1229
1240
|
}
|
|
1230
1241
|
}
|
|
1231
1242
|
|
|
@@ -1247,7 +1258,7 @@ ejs-multiselect {
|
|
|
1247
1258
|
|
|
1248
1259
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1249
1260
|
height: $ddl-small-chip-close-square;
|
|
1250
|
-
width: $ddl-small-chip-close-
|
|
1261
|
+
width: $ddl-small-chip-close-width;
|
|
1251
1262
|
}
|
|
1252
1263
|
|
|
1253
1264
|
.e-small .e-multi-select-wrapper {
|
|
@@ -1316,7 +1327,10 @@ ejs-multiselect {
|
|
|
1316
1327
|
|
|
1317
1328
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1318
1329
|
height: $ddl-bigger-small-chip-close-square;
|
|
1319
|
-
width: $ddl-bigger-small-chip-close-
|
|
1330
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
1331
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
1332
|
+
margin: 3px 10px 10px 0;
|
|
1333
|
+
}
|
|
1320
1334
|
}
|
|
1321
1335
|
|
|
1322
1336
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2539,6 +2553,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2539
2553
|
left: $ddl-chip-close-hooker-small-left;
|
|
2540
2554
|
}
|
|
2541
2555
|
|
|
2556
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2557
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2542
2560
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
2543
2561
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
2544
2562
|
left: $ddl-small-down-icon-left;
|
|
@@ -25,8 +25,11 @@ $ddl-chip-padding: 0 4px 0 8px !default;
|
|
|
25
25
|
$ddl-chip-close-top: 0 !default;
|
|
26
26
|
$ddl-chip-close-left: 0 !default;
|
|
27
27
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
28
|
+
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
28
29
|
$ddl-chip-close-square: $text-base !default;
|
|
30
|
+
$ddl-chip-close-width: $text-base !default;
|
|
29
31
|
$ddl-chip-hooker-square: 28px !default;
|
|
32
|
+
$ddl-chip-hooker-width: 28px !default;
|
|
30
33
|
$ddl-chip-close-font: $text-base !default;
|
|
31
34
|
$ddl-chip-height: 22px !default;
|
|
32
35
|
$ddl-chip-mobile-height: 30px !default;
|
|
@@ -133,6 +136,7 @@ $ddl-small-clear-icon-width: 28px !default;
|
|
|
133
136
|
$ddl-bigger-small-clear-icon-height: 32px !default;
|
|
134
137
|
$ddl-bigger-small-clear-icon-width: 32px !default;
|
|
135
138
|
$ddl-bigger-chip-close-square: $text-xl !default;
|
|
139
|
+
$ddl-bigger-chip-close-width: $text-xl !default;
|
|
136
140
|
$ddl-bigger-chip-close-font: $text-xl !default;
|
|
137
141
|
|
|
138
142
|
// Small size
|
|
@@ -140,12 +144,14 @@ $ddl-select-all-height-small: 24px !default;
|
|
|
140
144
|
$ddl-small-chip-height: 18px !default;
|
|
141
145
|
$ddl-chip-small-font-size: 12px !default;
|
|
142
146
|
$ddl-small-chip-close-square: $text-sm !default;
|
|
147
|
+
$ddl-small-chip-close-width: $text-sm !default;
|
|
143
148
|
$ddl-small-chip-close-font: $text-sm !default;
|
|
144
149
|
$ddl-control-small-height: 24px !default;
|
|
145
150
|
$ddl-small-input-height: 24px !default;
|
|
146
151
|
$ddl-delim-small-font-size: 12px !default;
|
|
147
152
|
$ddl-small-closer-margin-top: -1.65em !default;
|
|
148
153
|
$ddl-chip-close-hooker-small-left: 6px !default;
|
|
154
|
+
$ddl-chip-close-hooker-small-bigger-left: 6px !default;
|
|
149
155
|
$ddl-delimviewheight-small: 24px !default;
|
|
150
156
|
$ddl-multiselect-filled-input-min-height-small: 32px !default;
|
|
151
157
|
$ddl-multiselect-filled-float-input-min-height-small: 22px !default;
|
|
@@ -161,6 +167,7 @@ $ddl-multiselect-filled-floatlabel-fontsize-bigger: 12px !default;
|
|
|
161
167
|
$ddl-select-all-height-bigger-small: 32px !default;
|
|
162
168
|
$ddl-bigger-small-chip-height: 26px !default;
|
|
163
169
|
$ddl-bigger-small-chip-close-square: $text-lg !default;
|
|
170
|
+
$ddl-bigger-small-chip-close-width: $text-lg !default;
|
|
164
171
|
$ddl-bigger-small-chip-close-font: $text-lg !default;
|
|
165
172
|
$ddl-control-bigger-small-height: 28px !default;
|
|
166
173
|
$ddl-bigger-small-input-height: 32px !default;
|
|
@@ -494,7 +501,11 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
494
501
|
font-family: 'e-icons';
|
|
495
502
|
height: $ddl-chip-close-square;
|
|
496
503
|
margin: $ddl-chip-close-margin;
|
|
497
|
-
width: $ddl-chip-close-
|
|
504
|
+
width: $ddl-chip-close-width;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
508
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
498
509
|
}
|
|
499
510
|
|
|
500
511
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -509,7 +520,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
509
520
|
position: absolute;
|
|
510
521
|
right: $ddl-chip-hooker-right;
|
|
511
522
|
top: $ddl-closer-hooker-top;
|
|
512
|
-
width: $ddl-chip-hooker-
|
|
523
|
+
width: $ddl-chip-hooker-width;
|
|
513
524
|
}
|
|
514
525
|
|
|
515
526
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -1225,7 +1236,7 @@ ejs-multiselect {
|
|
|
1225
1236
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
1226
1237
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
1227
1238
|
height: $ddl-bigger-chip-close-square;
|
|
1228
|
-
width: $ddl-bigger-chip-close-
|
|
1239
|
+
width: $ddl-bigger-chip-close-width;
|
|
1229
1240
|
}
|
|
1230
1241
|
}
|
|
1231
1242
|
|
|
@@ -1247,7 +1258,7 @@ ejs-multiselect {
|
|
|
1247
1258
|
|
|
1248
1259
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1249
1260
|
height: $ddl-small-chip-close-square;
|
|
1250
|
-
width: $ddl-small-chip-close-
|
|
1261
|
+
width: $ddl-small-chip-close-width;
|
|
1251
1262
|
}
|
|
1252
1263
|
|
|
1253
1264
|
.e-small .e-multi-select-wrapper {
|
|
@@ -1316,7 +1327,10 @@ ejs-multiselect {
|
|
|
1316
1327
|
|
|
1317
1328
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1318
1329
|
height: $ddl-bigger-small-chip-close-square;
|
|
1319
|
-
width: $ddl-bigger-small-chip-close-
|
|
1330
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
1331
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
1332
|
+
margin: 3px 10px 10px 0;
|
|
1333
|
+
}
|
|
1320
1334
|
}
|
|
1321
1335
|
|
|
1322
1336
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -2539,6 +2553,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2539
2553
|
left: $ddl-chip-close-hooker-small-left;
|
|
2540
2554
|
}
|
|
2541
2555
|
|
|
2556
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2557
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2542
2560
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
2543
2561
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
2544
2562
|
left: $ddl-small-down-icon-left;
|
|
@@ -58096,11 +58096,14 @@ $ddl-chip-mobile-content-padding: 4px 8px 6px 0 !default;
|
|
|
58096
58096
|
$ddl-rtl-chip-mobile-content-padding: 6px 0 6px 8px !default;
|
|
58097
58097
|
$ddl-chip-padding: 0 0 0 8px !default;
|
|
58098
58098
|
$ddl-chip-close-top: 8px !default;
|
|
58099
|
-
$ddl-chip-close-left:
|
|
58100
|
-
$ddl-chip-close-margin:
|
|
58099
|
+
$ddl-chip-close-left: 0 !default;
|
|
58100
|
+
$ddl-chip-close-margin: 8px 8px 8px 8px !default;
|
|
58101
|
+
$ddl-chip-close-rtl-margin: 8px 0 8px 20px !default;
|
|
58101
58102
|
$ddl-chip-mobile-close-margin: 3px 0 0 !default;
|
|
58102
58103
|
$ddl-chip-close-square: 26px !default;
|
|
58104
|
+
$ddl-chip-close-width: auto !default;
|
|
58103
58105
|
$ddl-chip-hooker-square: 30px !default;
|
|
58106
|
+
$ddl-chip-hooker-width: auto !default;
|
|
58104
58107
|
$ddl-chip-close-font: 10px !default;
|
|
58105
58108
|
$ddl-chip-close-mobile-top: 0 !default;
|
|
58106
58109
|
$ddl-chip-height: 26px !default;
|
|
@@ -58141,7 +58144,7 @@ $ddl-rtl-hooker-left: -4px !default;
|
|
|
58141
58144
|
$ddl-chip-close-mob-top: 0 !default;
|
|
58142
58145
|
$ddl-control-placholder-padding: 0 32px 0 2px !default;
|
|
58143
58146
|
$ddl-overall-close-top: 10px !default;
|
|
58144
|
-
$ddl-overall-close-left:
|
|
58147
|
+
$ddl-overall-close-left: 0 !default;
|
|
58145
58148
|
$ddl-sel-chip-close-mobile-top: 0 !default;
|
|
58146
58149
|
$ddl-sel-chip-close-mobile-left: 12px !default;
|
|
58147
58150
|
$ddl-chip-sel-mobile-close-height: 26px !default;
|
|
@@ -58197,12 +58200,14 @@ $ddl-select-all-height-small: 26px !default;
|
|
|
58197
58200
|
$ddl-small-chip-height: 20px !default;
|
|
58198
58201
|
$ddl-chip-small-font-size: 12px !default;
|
|
58199
58202
|
$ddl-small-chip-close-square: 22px !default;
|
|
58203
|
+
$ddl-small-chip-close-width: auto !default;
|
|
58200
58204
|
$ddl-small-chip-close-font: 8px !default;
|
|
58201
58205
|
$ddl-control-small-height: 24px !default;
|
|
58202
58206
|
$ddl-small-input-height: 24px !default;
|
|
58203
58207
|
$ddl-delim-small-font-size: 13px !default;
|
|
58204
|
-
$ddl-small-closer-margin-top: -
|
|
58208
|
+
$ddl-small-closer-margin-top: -3em !default;
|
|
58205
58209
|
$ddl-chip-close-hooker-small-left: 7px !default;
|
|
58210
|
+
$ddl-chip-close-hooker-small-bigger-left: -35px !default;
|
|
58206
58211
|
$ddl-delimviewheight-small: 24px !default;
|
|
58207
58212
|
|
|
58208
58213
|
// Touch Small size
|
|
@@ -58210,6 +58215,7 @@ $ddl-select-all-height-bigger-small: 40px !default;
|
|
|
58210
58215
|
$ddl-bigger-small-chip-height: 26px !default;
|
|
58211
58216
|
$ddl-chip-bigger-small-font-size: 12px !default;
|
|
58212
58217
|
$ddl-bigger-small-chip-close-square: 26px !default;
|
|
58218
|
+
$ddl-bigger-small-chip-close-width: auto !default;
|
|
58213
58219
|
$ddl-bigger-small-chip-close-font: 10px !default;
|
|
58214
58220
|
$ddl-control-bigger-small-height: 26px !default;
|
|
58215
58221
|
$ddl-bigger-small-input-height: 34px !default;
|
|
@@ -58506,7 +58512,11 @@ $ddl-closer-margin-top-bigger-small: -3.2em !default;
|
|
|
58506
58512
|
font-family: 'e-icons';
|
|
58507
58513
|
height: $ddl-chip-close-square;
|
|
58508
58514
|
margin: $ddl-chip-close-margin;
|
|
58509
|
-
width: $ddl-chip-close-
|
|
58515
|
+
width: $ddl-chip-close-width;
|
|
58516
|
+
}
|
|
58517
|
+
|
|
58518
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
58519
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
58510
58520
|
}
|
|
58511
58521
|
|
|
58512
58522
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -58521,7 +58531,7 @@ $ddl-closer-margin-top-bigger-small: -3.2em !default;
|
|
|
58521
58531
|
position: absolute;
|
|
58522
58532
|
right: $ddl-chip-hooker-right;
|
|
58523
58533
|
top: $ddl-closer-hooker-top;
|
|
58524
|
-
width: $ddl-chip-hooker-
|
|
58534
|
+
width: $ddl-chip-hooker-width;
|
|
58525
58535
|
}
|
|
58526
58536
|
|
|
58527
58537
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -59237,7 +59247,7 @@ ejs-multiselect {
|
|
|
59237
59247
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
59238
59248
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
59239
59249
|
height: $ddl-bigger-chip-close-square;
|
|
59240
|
-
width: $ddl-bigger-chip-close-
|
|
59250
|
+
width: $ddl-bigger-chip-close-width;
|
|
59241
59251
|
}
|
|
59242
59252
|
}
|
|
59243
59253
|
|
|
@@ -59259,7 +59269,7 @@ ejs-multiselect {
|
|
|
59259
59269
|
|
|
59260
59270
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
59261
59271
|
height: $ddl-small-chip-close-square;
|
|
59262
|
-
width: $ddl-small-chip-close-
|
|
59272
|
+
width: $ddl-small-chip-close-width;
|
|
59263
59273
|
}
|
|
59264
59274
|
|
|
59265
59275
|
.e-small .e-multi-select-wrapper {
|
|
@@ -59328,7 +59338,10 @@ ejs-multiselect {
|
|
|
59328
59338
|
|
|
59329
59339
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
59330
59340
|
height: $ddl-bigger-small-chip-close-square;
|
|
59331
|
-
width: $ddl-bigger-small-chip-close-
|
|
59341
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
59342
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
59343
|
+
margin: 3px 10px 10px 0;
|
|
59344
|
+
}
|
|
59332
59345
|
}
|
|
59333
59346
|
|
|
59334
59347
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -60551,6 +60564,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
60551
60564
|
left: $ddl-chip-close-hooker-small-left;
|
|
60552
60565
|
}
|
|
60553
60566
|
|
|
60567
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
60568
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
60569
|
+
}
|
|
60570
|
+
|
|
60554
60571
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
60555
60572
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
60556
60573
|
left: $ddl-small-down-icon-left;
|
|
@@ -76302,7 +76319,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76302
76319
|
|
|
76303
76320
|
#{&}.e-grid-min-height {
|
|
76304
76321
|
.e-rowcell {
|
|
76305
|
-
line-height:
|
|
76322
|
+
line-height: normal;
|
|
76306
76323
|
padding-bottom: 0;
|
|
76307
76324
|
padding-top: 0;
|
|
76308
76325
|
}
|
|
@@ -76385,7 +76402,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76385
76402
|
.e-rowcell,
|
|
76386
76403
|
.e-rowcell:first-child,
|
|
76387
76404
|
.e-rowcell:last-child {
|
|
76388
|
-
line-height:
|
|
76405
|
+
line-height: normal;
|
|
76389
76406
|
padding-bottom: 0;
|
|
76390
76407
|
padding-top: 0;
|
|
76391
76408
|
}
|
|
@@ -103138,7 +103155,6 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
103138
103155
|
|
|
103139
103156
|
.e-valuescontent {
|
|
103140
103157
|
padding-right: 8px;
|
|
103141
|
-
text-align: right;
|
|
103142
103158
|
}
|
|
103143
103159
|
|
|
103144
103160
|
.e-grid .e-rowcell {
|
|
@@ -104440,10 +104456,6 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
104440
104456
|
margin-right: 7px;
|
|
104441
104457
|
}
|
|
104442
104458
|
|
|
104443
|
-
.e-valuescontent {
|
|
104444
|
-
text-align: left;
|
|
104445
|
-
}
|
|
104446
|
-
|
|
104447
104459
|
.e-group-values,
|
|
104448
104460
|
.e-group-columns,
|
|
104449
104461
|
.e-group-filters,
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -57869,11 +57869,14 @@ $ddl-chip-mobile-content-padding: 4px 8px 6px 0 !default;
|
|
|
57869
57869
|
$ddl-rtl-chip-mobile-content-padding: 6px 0 6px 8px !default;
|
|
57870
57870
|
$ddl-chip-padding: 0 0 0 8px !default;
|
|
57871
57871
|
$ddl-chip-close-top: 8px !default;
|
|
57872
|
-
$ddl-chip-close-left:
|
|
57873
|
-
$ddl-chip-close-margin:
|
|
57872
|
+
$ddl-chip-close-left: 0 !default;
|
|
57873
|
+
$ddl-chip-close-margin: 8px 8px 8px 8px !default;
|
|
57874
|
+
$ddl-chip-close-rtl-margin: 8px 0 8px 20px !default;
|
|
57874
57875
|
$ddl-chip-mobile-close-margin: 3px 0 0 !default;
|
|
57875
57876
|
$ddl-chip-close-square: 26px !default;
|
|
57877
|
+
$ddl-chip-close-width: auto !default;
|
|
57876
57878
|
$ddl-chip-hooker-square: 30px !default;
|
|
57879
|
+
$ddl-chip-hooker-width: auto !default;
|
|
57877
57880
|
$ddl-chip-close-font: 10px !default;
|
|
57878
57881
|
$ddl-chip-close-mobile-top: 0 !default;
|
|
57879
57882
|
$ddl-chip-height: 26px !default;
|
|
@@ -57914,7 +57917,7 @@ $ddl-rtl-hooker-left: -4px !default;
|
|
|
57914
57917
|
$ddl-chip-close-mob-top: 0 !default;
|
|
57915
57918
|
$ddl-control-placholder-padding: 0 32px 0 2px !default;
|
|
57916
57919
|
$ddl-overall-close-top: 10px !default;
|
|
57917
|
-
$ddl-overall-close-left:
|
|
57920
|
+
$ddl-overall-close-left: 0 !default;
|
|
57918
57921
|
$ddl-sel-chip-close-mobile-top: 0 !default;
|
|
57919
57922
|
$ddl-sel-chip-close-mobile-left: 12px !default;
|
|
57920
57923
|
$ddl-chip-sel-mobile-close-height: 26px !default;
|
|
@@ -57970,12 +57973,14 @@ $ddl-select-all-height-small: 26px !default;
|
|
|
57970
57973
|
$ddl-small-chip-height: 20px !default;
|
|
57971
57974
|
$ddl-chip-small-font-size: 12px !default;
|
|
57972
57975
|
$ddl-small-chip-close-square: 22px !default;
|
|
57976
|
+
$ddl-small-chip-close-width: auto !default;
|
|
57973
57977
|
$ddl-small-chip-close-font: 8px !default;
|
|
57974
57978
|
$ddl-control-small-height: 24px !default;
|
|
57975
57979
|
$ddl-small-input-height: 24px !default;
|
|
57976
57980
|
$ddl-delim-small-font-size: 13px !default;
|
|
57977
|
-
$ddl-small-closer-margin-top: -
|
|
57981
|
+
$ddl-small-closer-margin-top: -3em !default;
|
|
57978
57982
|
$ddl-chip-close-hooker-small-left: 7px !default;
|
|
57983
|
+
$ddl-chip-close-hooker-small-bigger-left: -35px !default;
|
|
57979
57984
|
$ddl-delimviewheight-small: 24px !default;
|
|
57980
57985
|
|
|
57981
57986
|
// Touch Small size
|
|
@@ -57983,6 +57988,7 @@ $ddl-select-all-height-bigger-small: 40px !default;
|
|
|
57983
57988
|
$ddl-bigger-small-chip-height: 26px !default;
|
|
57984
57989
|
$ddl-chip-bigger-small-font-size: 12px !default;
|
|
57985
57990
|
$ddl-bigger-small-chip-close-square: 26px !default;
|
|
57991
|
+
$ddl-bigger-small-chip-close-width: auto !default;
|
|
57986
57992
|
$ddl-bigger-small-chip-close-font: 10px !default;
|
|
57987
57993
|
$ddl-control-bigger-small-height: 26px !default;
|
|
57988
57994
|
$ddl-bigger-small-input-height: 34px !default;
|
|
@@ -58276,7 +58282,11 @@ $ddl-closer-margin-top-bigger-small: -3.2em !default;
|
|
|
58276
58282
|
font-family: 'e-icons';
|
|
58277
58283
|
height: $ddl-chip-close-square;
|
|
58278
58284
|
margin: $ddl-chip-close-margin;
|
|
58279
|
-
width: $ddl-chip-close-
|
|
58285
|
+
width: $ddl-chip-close-width;
|
|
58286
|
+
}
|
|
58287
|
+
|
|
58288
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
58289
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
58280
58290
|
}
|
|
58281
58291
|
|
|
58282
58292
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -58291,7 +58301,7 @@ $ddl-closer-margin-top-bigger-small: -3.2em !default;
|
|
|
58291
58301
|
position: absolute;
|
|
58292
58302
|
right: $ddl-chip-hooker-right;
|
|
58293
58303
|
top: $ddl-closer-hooker-top;
|
|
58294
|
-
width: $ddl-chip-hooker-
|
|
58304
|
+
width: $ddl-chip-hooker-width;
|
|
58295
58305
|
}
|
|
58296
58306
|
|
|
58297
58307
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -59007,7 +59017,7 @@ ejs-multiselect {
|
|
|
59007
59017
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
59008
59018
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
59009
59019
|
height: $ddl-bigger-chip-close-square;
|
|
59010
|
-
width: $ddl-bigger-chip-close-
|
|
59020
|
+
width: $ddl-bigger-chip-close-width;
|
|
59011
59021
|
}
|
|
59012
59022
|
}
|
|
59013
59023
|
|
|
@@ -59029,7 +59039,7 @@ ejs-multiselect {
|
|
|
59029
59039
|
|
|
59030
59040
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
59031
59041
|
height: $ddl-small-chip-close-square;
|
|
59032
|
-
width: $ddl-small-chip-close-
|
|
59042
|
+
width: $ddl-small-chip-close-width;
|
|
59033
59043
|
}
|
|
59034
59044
|
|
|
59035
59045
|
.e-small .e-multi-select-wrapper {
|
|
@@ -59098,7 +59108,10 @@ ejs-multiselect {
|
|
|
59098
59108
|
|
|
59099
59109
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
59100
59110
|
height: $ddl-bigger-small-chip-close-square;
|
|
59101
|
-
width: $ddl-bigger-small-chip-close-
|
|
59111
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
59112
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
59113
|
+
margin: 3px 10px 10px 0;
|
|
59114
|
+
}
|
|
59102
59115
|
}
|
|
59103
59116
|
|
|
59104
59117
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -60321,6 +60334,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
60321
60334
|
left: $ddl-chip-close-hooker-small-left;
|
|
60322
60335
|
}
|
|
60323
60336
|
|
|
60337
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
60338
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
60339
|
+
}
|
|
60340
|
+
|
|
60324
60341
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
60325
60342
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
60326
60343
|
left: $ddl-small-down-icon-left;
|
|
@@ -76065,7 +76082,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76065
76082
|
|
|
76066
76083
|
#{&}.e-grid-min-height {
|
|
76067
76084
|
.e-rowcell {
|
|
76068
|
-
line-height:
|
|
76085
|
+
line-height: normal;
|
|
76069
76086
|
padding-bottom: 0;
|
|
76070
76087
|
padding-top: 0;
|
|
76071
76088
|
}
|
|
@@ -76148,7 +76165,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76148
76165
|
.e-rowcell,
|
|
76149
76166
|
.e-rowcell:first-child,
|
|
76150
76167
|
.e-rowcell:last-child {
|
|
76151
|
-
line-height:
|
|
76168
|
+
line-height: normal;
|
|
76152
76169
|
padding-bottom: 0;
|
|
76153
76170
|
padding-top: 0;
|
|
76154
76171
|
}
|
|
@@ -102892,7 +102909,6 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
102892
102909
|
|
|
102893
102910
|
.e-valuescontent {
|
|
102894
102911
|
padding-right: 8px;
|
|
102895
|
-
text-align: right;
|
|
102896
102912
|
}
|
|
102897
102913
|
|
|
102898
102914
|
.e-grid .e-rowcell {
|
|
@@ -104194,10 +104210,6 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
104194
104210
|
margin-right: 7px;
|
|
104195
104211
|
}
|
|
104196
104212
|
|
|
104197
|
-
.e-valuescontent {
|
|
104198
|
-
text-align: left;
|
|
104199
|
-
}
|
|
104200
|
-
|
|
104201
104213
|
.e-group-values,
|
|
104202
104214
|
.e-group-columns,
|
|
104203
104215
|
.e-group-filters,
|