@syncfusion/blazor-themes 22.2.10 → 22.2.11
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 +9 -1
- package/SCSS-Themes/bootstrap.scss +9 -1
- package/SCSS-Themes/bootstrap4.scss +9 -1
- package/SCSS-Themes/bootstrap5-dark.scss +9 -1
- package/SCSS-Themes/bootstrap5.scss +9 -1
- package/SCSS-Themes/fabric-dark.scss +9 -1
- package/SCSS-Themes/fabric.scss +9 -1
- package/SCSS-Themes/fluent-dark.scss +9 -1
- package/SCSS-Themes/fluent.scss +9 -1
- package/SCSS-Themes/grids/excel-filter/bootstrap-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap4.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap5-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap5.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fabric-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fabric.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fluent-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fluent.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/highcontrast.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material3-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material3.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/tailwind-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/tailwind.scss +4 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/bootstrap.scss +5 -1
- package/SCSS-Themes/grids/grid/bootstrap4.scss +5 -1
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/bootstrap5.scss +5 -1
- package/SCSS-Themes/grids/grid/fabric-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/fabric.scss +5 -1
- package/SCSS-Themes/grids/grid/fluent-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/fluent.scss +5 -1
- package/SCSS-Themes/grids/grid/highcontrast.scss +5 -1
- package/SCSS-Themes/grids/grid/material-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/material.scss +5 -1
- package/SCSS-Themes/grids/grid/material3-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/material3.scss +5 -1
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +5 -1
- package/SCSS-Themes/grids/grid/tailwind.scss +5 -1
- package/SCSS-Themes/highcontrast.scss +9 -1
- package/SCSS-Themes/material-dark.scss +9 -1
- package/SCSS-Themes/material.scss +9 -1
- package/SCSS-Themes/material3-dark.scss +9 -1
- package/SCSS-Themes/material3.scss +9 -1
- package/SCSS-Themes/tailwind-dark.scss +9 -1
- package/SCSS-Themes/tailwind.scss +9 -1
- package/package.json +1 -1
|
@@ -74057,6 +74057,10 @@ $grid-xlfl-skin: 'bootstrap' !default;
|
|
|
74057
74057
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74058
74058
|
}
|
|
74059
74059
|
|
|
74060
|
+
&.e-rtl .e-xlfl-optr {
|
|
74061
|
+
padding-right: 0;
|
|
74062
|
+
}
|
|
74063
|
+
|
|
74060
74064
|
.e-xlfl-dlgfields {
|
|
74061
74065
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74062
74066
|
}
|
|
@@ -79951,7 +79955,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79951
79955
|
background-color: $grid-table-background-color;
|
|
79952
79956
|
}
|
|
79953
79957
|
|
|
79954
|
-
.e-focused:not(.e-menu-item) {
|
|
79958
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
79955
79959
|
box-shadow: $grid-cell-focus-shadow;
|
|
79956
79960
|
}
|
|
79957
79961
|
|
|
@@ -80537,6 +80541,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80537
80541
|
padding-top: 6px;
|
|
80538
80542
|
padding-bottom: 6px;
|
|
80539
80543
|
}
|
|
80544
|
+
|
|
80545
|
+
&.e-focused {
|
|
80546
|
+
box-shadow: none;
|
|
80547
|
+
}
|
|
80540
80548
|
}
|
|
80541
80549
|
|
|
80542
80550
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -73768,6 +73768,10 @@ $grid-xlfl-skin: 'bootstrap' !default;
|
|
|
73768
73768
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
73769
73769
|
}
|
|
73770
73770
|
|
|
73771
|
+
&.e-rtl .e-xlfl-optr {
|
|
73772
|
+
padding-right: 0;
|
|
73773
|
+
}
|
|
73774
|
+
|
|
73771
73775
|
.e-xlfl-dlgfields {
|
|
73772
73776
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
73773
73777
|
}
|
|
@@ -79664,7 +79668,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79664
79668
|
background-color: $grid-table-background-color;
|
|
79665
79669
|
}
|
|
79666
79670
|
|
|
79667
|
-
.e-focused:not(.e-menu-item) {
|
|
79671
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
79668
79672
|
box-shadow: $grid-cell-focus-shadow;
|
|
79669
79673
|
}
|
|
79670
79674
|
|
|
@@ -80250,6 +80254,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80250
80254
|
padding-top: 6px;
|
|
80251
80255
|
padding-bottom: 6px;
|
|
80252
80256
|
}
|
|
80257
|
+
|
|
80258
|
+
&.e-focused {
|
|
80259
|
+
box-shadow: none;
|
|
80260
|
+
}
|
|
80253
80261
|
}
|
|
80254
80262
|
|
|
80255
80263
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -73948,6 +73948,10 @@ $grid-xlfl-skin: 'bootstrap4' !default;
|
|
|
73948
73948
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
73949
73949
|
}
|
|
73950
73950
|
|
|
73951
|
+
&.e-rtl .e-xlfl-optr {
|
|
73952
|
+
padding-right: 0;
|
|
73953
|
+
}
|
|
73954
|
+
|
|
73951
73955
|
.e-xlfl-dlgfields {
|
|
73952
73956
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
73953
73957
|
}
|
|
@@ -79853,7 +79857,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79853
79857
|
background-color: $grid-table-background-color;
|
|
79854
79858
|
}
|
|
79855
79859
|
|
|
79856
|
-
.e-focused:not(.e-menu-item) {
|
|
79860
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
79857
79861
|
box-shadow: $grid-cell-focus-shadow;
|
|
79858
79862
|
}
|
|
79859
79863
|
|
|
@@ -80439,6 +80443,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80439
80443
|
padding-top: 6px;
|
|
80440
80444
|
padding-bottom: 6px;
|
|
80441
80445
|
}
|
|
80446
|
+
|
|
80447
|
+
&.e-focused {
|
|
80448
|
+
box-shadow: none;
|
|
80449
|
+
}
|
|
80442
80450
|
}
|
|
80443
80451
|
|
|
80444
80452
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -74355,6 +74355,10 @@ $grid-xlfl-skin: 'bootstrap5' !default;
|
|
|
74355
74355
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74356
74356
|
}
|
|
74357
74357
|
|
|
74358
|
+
&.e-rtl .e-xlfl-optr {
|
|
74359
|
+
padding-right: 0;
|
|
74360
|
+
}
|
|
74361
|
+
|
|
74358
74362
|
.e-xlfl-dlgfields {
|
|
74359
74363
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74360
74364
|
}
|
|
@@ -80253,7 +80257,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
80253
80257
|
background-color: $grid-table-background-color;
|
|
80254
80258
|
}
|
|
80255
80259
|
|
|
80256
|
-
.e-focused:not(.e-menu-item) {
|
|
80260
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80257
80261
|
box-shadow: $grid-cell-focus-shadow;
|
|
80258
80262
|
}
|
|
80259
80263
|
|
|
@@ -80839,6 +80843,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
80839
80843
|
padding-top: 6px;
|
|
80840
80844
|
padding-bottom: 6px;
|
|
80841
80845
|
}
|
|
80846
|
+
|
|
80847
|
+
&.e-focused {
|
|
80848
|
+
box-shadow: none;
|
|
80849
|
+
}
|
|
80842
80850
|
}
|
|
80843
80851
|
|
|
80844
80852
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -74355,6 +74355,10 @@ $grid-xlfl-skin: 'bootstrap5' !default;
|
|
|
74355
74355
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74356
74356
|
}
|
|
74357
74357
|
|
|
74358
|
+
&.e-rtl .e-xlfl-optr {
|
|
74359
|
+
padding-right: 0;
|
|
74360
|
+
}
|
|
74361
|
+
|
|
74358
74362
|
.e-xlfl-dlgfields {
|
|
74359
74363
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74360
74364
|
}
|
|
@@ -80253,7 +80257,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
80253
80257
|
background-color: $grid-table-background-color;
|
|
80254
80258
|
}
|
|
80255
80259
|
|
|
80256
|
-
.e-focused:not(.e-menu-item) {
|
|
80260
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80257
80261
|
box-shadow: $grid-cell-focus-shadow;
|
|
80258
80262
|
}
|
|
80259
80263
|
|
|
@@ -80839,6 +80843,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
80839
80843
|
padding-top: 6px;
|
|
80840
80844
|
padding-bottom: 6px;
|
|
80841
80845
|
}
|
|
80846
|
+
|
|
80847
|
+
&.e-focused {
|
|
80848
|
+
box-shadow: none;
|
|
80849
|
+
}
|
|
80842
80850
|
}
|
|
80843
80851
|
|
|
80844
80852
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -73921,6 +73921,10 @@ $grid-xlfl-skin: 'fabric' !default;
|
|
|
73921
73921
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
73922
73922
|
}
|
|
73923
73923
|
|
|
73924
|
+
&.e-rtl .e-xlfl-optr {
|
|
73925
|
+
padding-right: 0;
|
|
73926
|
+
}
|
|
73927
|
+
|
|
73924
73928
|
.e-xlfl-dlgfields {
|
|
73925
73929
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
73926
73930
|
}
|
|
@@ -79812,7 +79816,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79812
79816
|
background-color: $grid-table-background-color;
|
|
79813
79817
|
}
|
|
79814
79818
|
|
|
79815
|
-
.e-focused:not(.e-menu-item) {
|
|
79819
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
79816
79820
|
box-shadow: $grid-cell-focus-shadow;
|
|
79817
79821
|
}
|
|
79818
79822
|
|
|
@@ -80398,6 +80402,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80398
80402
|
padding-top: 6px;
|
|
80399
80403
|
padding-bottom: 6px;
|
|
80400
80404
|
}
|
|
80405
|
+
|
|
80406
|
+
&.e-focused {
|
|
80407
|
+
box-shadow: none;
|
|
80408
|
+
}
|
|
80401
80409
|
}
|
|
80402
80410
|
|
|
80403
80411
|
.e-cloneproperties.e-draganddrop table,
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -73684,6 +73684,10 @@ $grid-xlfl-skin: 'fabric' !default;
|
|
|
73684
73684
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
73685
73685
|
}
|
|
73686
73686
|
|
|
73687
|
+
&.e-rtl .e-xlfl-optr {
|
|
73688
|
+
padding-right: 0;
|
|
73689
|
+
}
|
|
73690
|
+
|
|
73687
73691
|
.e-xlfl-dlgfields {
|
|
73688
73692
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
73689
73693
|
}
|
|
@@ -79575,7 +79579,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79575
79579
|
background-color: $grid-table-background-color;
|
|
79576
79580
|
}
|
|
79577
79581
|
|
|
79578
|
-
.e-focused:not(.e-menu-item) {
|
|
79582
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
79579
79583
|
box-shadow: $grid-cell-focus-shadow;
|
|
79580
79584
|
}
|
|
79581
79585
|
|
|
@@ -80161,6 +80165,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80161
80165
|
padding-top: 6px;
|
|
80162
80166
|
padding-bottom: 6px;
|
|
80163
80167
|
}
|
|
80168
|
+
|
|
80169
|
+
&.e-focused {
|
|
80170
|
+
box-shadow: none;
|
|
80171
|
+
}
|
|
80164
80172
|
}
|
|
80165
80173
|
|
|
80166
80174
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -74511,6 +74511,10 @@ $grid-xlfl-skin: 'fluent' !default;
|
|
|
74511
74511
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74512
74512
|
}
|
|
74513
74513
|
|
|
74514
|
+
&.e-rtl .e-xlfl-optr {
|
|
74515
|
+
padding-right: 0;
|
|
74516
|
+
}
|
|
74517
|
+
|
|
74514
74518
|
.e-xlfl-dlgfields {
|
|
74515
74519
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74516
74520
|
}
|
|
@@ -80401,7 +80405,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80401
80405
|
background-color: $grid-table-background-color;
|
|
80402
80406
|
}
|
|
80403
80407
|
|
|
80404
|
-
.e-focused:not(.e-menu-item) {
|
|
80408
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80405
80409
|
box-shadow: $grid-cell-focus-shadow;
|
|
80406
80410
|
}
|
|
80407
80411
|
|
|
@@ -80987,6 +80991,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80987
80991
|
padding-top: 6px;
|
|
80988
80992
|
padding-bottom: 6px;
|
|
80989
80993
|
}
|
|
80994
|
+
|
|
80995
|
+
&.e-focused {
|
|
80996
|
+
box-shadow: none;
|
|
80997
|
+
}
|
|
80990
80998
|
}
|
|
80991
80999
|
|
|
80992
81000
|
.e-cloneproperties.e-draganddrop table,
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -74512,6 +74512,10 @@ $grid-xlfl-skin: 'fluent' !default;
|
|
|
74512
74512
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74513
74513
|
}
|
|
74514
74514
|
|
|
74515
|
+
&.e-rtl .e-xlfl-optr {
|
|
74516
|
+
padding-right: 0;
|
|
74517
|
+
}
|
|
74518
|
+
|
|
74515
74519
|
.e-xlfl-dlgfields {
|
|
74516
74520
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74517
74521
|
}
|
|
@@ -80402,7 +80406,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80402
80406
|
background-color: $grid-table-background-color;
|
|
80403
80407
|
}
|
|
80404
80408
|
|
|
80405
|
-
.e-focused:not(.e-menu-item) {
|
|
80409
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80406
80410
|
box-shadow: $grid-cell-focus-shadow;
|
|
80407
80411
|
}
|
|
80408
80412
|
|
|
@@ -80988,6 +80992,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80988
80992
|
padding-top: 6px;
|
|
80989
80993
|
padding-bottom: 6px;
|
|
80990
80994
|
}
|
|
80995
|
+
|
|
80996
|
+
&.e-focused {
|
|
80997
|
+
box-shadow: none;
|
|
80998
|
+
}
|
|
80991
80999
|
}
|
|
80992
81000
|
|
|
80993
81001
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -312,6 +312,10 @@ $grid-xlfl-skin: 'bootstrap' !default;
|
|
|
312
312
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
+
&.e-rtl .e-xlfl-optr {
|
|
316
|
+
padding-right: 0;
|
|
317
|
+
}
|
|
318
|
+
|
|
315
319
|
.e-xlfl-dlgfields {
|
|
316
320
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
317
321
|
}
|
|
@@ -317,6 +317,10 @@ $grid-xlfl-skin: 'bootstrap' !default;
|
|
|
317
317
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
+
&.e-rtl .e-xlfl-optr {
|
|
321
|
+
padding-right: 0;
|
|
322
|
+
}
|
|
323
|
+
|
|
320
324
|
.e-xlfl-dlgfields {
|
|
321
325
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
322
326
|
}
|
|
@@ -322,6 +322,10 @@ $grid-xlfl-skin: 'bootstrap4' !default;
|
|
|
322
322
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
+
&.e-rtl .e-xlfl-optr {
|
|
326
|
+
padding-right: 0;
|
|
327
|
+
}
|
|
328
|
+
|
|
325
329
|
.e-xlfl-dlgfields {
|
|
326
330
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
327
331
|
}
|
|
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'bootstrap5' !default;
|
|
|
323
323
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
+
&.e-rtl .e-xlfl-optr {
|
|
327
|
+
padding-right: 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
326
330
|
.e-xlfl-dlgfields {
|
|
327
331
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
328
332
|
}
|
|
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'bootstrap5' !default;
|
|
|
323
323
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
+
&.e-rtl .e-xlfl-optr {
|
|
327
|
+
padding-right: 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
326
330
|
.e-xlfl-dlgfields {
|
|
327
331
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
328
332
|
}
|
|
@@ -312,6 +312,10 @@ $grid-xlfl-skin: 'fabric' !default;
|
|
|
312
312
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
+
&.e-rtl .e-xlfl-optr {
|
|
316
|
+
padding-right: 0;
|
|
317
|
+
}
|
|
318
|
+
|
|
315
319
|
.e-xlfl-dlgfields {
|
|
316
320
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
317
321
|
}
|
|
@@ -317,6 +317,10 @@ $grid-xlfl-skin: 'fabric' !default;
|
|
|
317
317
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
+
&.e-rtl .e-xlfl-optr {
|
|
321
|
+
padding-right: 0;
|
|
322
|
+
}
|
|
323
|
+
|
|
320
324
|
.e-xlfl-dlgfields {
|
|
321
325
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
322
326
|
}
|
|
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'fluent' !default;
|
|
|
323
323
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
+
&.e-rtl .e-xlfl-optr {
|
|
327
|
+
padding-right: 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
326
330
|
.e-xlfl-dlgfields {
|
|
327
331
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
328
332
|
}
|
|
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'fluent' !default;
|
|
|
323
323
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
+
&.e-rtl .e-xlfl-optr {
|
|
327
|
+
padding-right: 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
326
330
|
.e-xlfl-dlgfields {
|
|
327
331
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
328
332
|
}
|
|
@@ -312,6 +312,10 @@ $grid-xlfl-skin: 'highcontrast' !default;
|
|
|
312
312
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
+
&.e-rtl .e-xlfl-optr {
|
|
316
|
+
padding-right: 0;
|
|
317
|
+
}
|
|
318
|
+
|
|
315
319
|
.e-xlfl-dlgfields {
|
|
316
320
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
317
321
|
}
|
|
@@ -314,6 +314,10 @@ $grid-xlfl-skin: 'material' !default;
|
|
|
314
314
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
+
&.e-rtl .e-xlfl-optr {
|
|
318
|
+
padding-right: 0;
|
|
319
|
+
}
|
|
320
|
+
|
|
317
321
|
.e-xlfl-dlgfields {
|
|
318
322
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
319
323
|
}
|
|
@@ -315,6 +315,10 @@ $grid-xlfl-skin: 'material' !default;
|
|
|
315
315
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
+
&.e-rtl .e-xlfl-optr {
|
|
319
|
+
padding-right: 0;
|
|
320
|
+
}
|
|
321
|
+
|
|
318
322
|
.e-xlfl-dlgfields {
|
|
319
323
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
320
324
|
}
|
|
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'material3' !default;
|
|
|
323
323
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
+
&.e-rtl .e-xlfl-optr {
|
|
327
|
+
padding-right: 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
326
330
|
.e-xlfl-dlgfields {
|
|
327
331
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
328
332
|
}
|
|
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'material3' !default;
|
|
|
323
323
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
+
&.e-rtl .e-xlfl-optr {
|
|
327
|
+
padding-right: 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
326
330
|
.e-xlfl-dlgfields {
|
|
327
331
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
328
332
|
}
|
|
@@ -322,6 +322,10 @@ $grid-xlfl-skin: 'tailwind' !default;
|
|
|
322
322
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
+
&.e-rtl .e-xlfl-optr {
|
|
326
|
+
padding-right: 0;
|
|
327
|
+
}
|
|
328
|
+
|
|
325
329
|
.e-xlfl-dlgfields {
|
|
326
330
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
327
331
|
}
|
|
@@ -322,6 +322,10 @@ $grid-xlfl-skin: 'tailwind' !default;
|
|
|
322
322
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
+
&.e-rtl .e-xlfl-optr {
|
|
326
|
+
padding-right: 0;
|
|
327
|
+
}
|
|
328
|
+
|
|
325
329
|
.e-xlfl-dlgfields {
|
|
326
330
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
327
331
|
}
|
|
@@ -5544,7 +5544,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5544
5544
|
background-color: $grid-table-background-color;
|
|
5545
5545
|
}
|
|
5546
5546
|
|
|
5547
|
-
.e-focused:not(.e-menu-item) {
|
|
5547
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5548
5548
|
box-shadow: $grid-cell-focus-shadow;
|
|
5549
5549
|
}
|
|
5550
5550
|
|
|
@@ -6130,6 +6130,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6130
6130
|
padding-top: 6px;
|
|
6131
6131
|
padding-bottom: 6px;
|
|
6132
6132
|
}
|
|
6133
|
+
|
|
6134
|
+
&.e-focused {
|
|
6135
|
+
box-shadow: none;
|
|
6136
|
+
}
|
|
6133
6137
|
}
|
|
6134
6138
|
|
|
6135
6139
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5546,7 +5546,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5546
5546
|
background-color: $grid-table-background-color;
|
|
5547
5547
|
}
|
|
5548
5548
|
|
|
5549
|
-
.e-focused:not(.e-menu-item) {
|
|
5549
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5550
5550
|
box-shadow: $grid-cell-focus-shadow;
|
|
5551
5551
|
}
|
|
5552
5552
|
|
|
@@ -6132,6 +6132,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6132
6132
|
padding-top: 6px;
|
|
6133
6133
|
padding-bottom: 6px;
|
|
6134
6134
|
}
|
|
6135
|
+
|
|
6136
|
+
&.e-focused {
|
|
6137
|
+
box-shadow: none;
|
|
6138
|
+
}
|
|
6135
6139
|
}
|
|
6136
6140
|
|
|
6137
6141
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5551,7 +5551,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5551
5551
|
background-color: $grid-table-background-color;
|
|
5552
5552
|
}
|
|
5553
5553
|
|
|
5554
|
-
.e-focused:not(.e-menu-item) {
|
|
5554
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5555
5555
|
box-shadow: $grid-cell-focus-shadow;
|
|
5556
5556
|
}
|
|
5557
5557
|
|
|
@@ -6137,6 +6137,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6137
6137
|
padding-top: 6px;
|
|
6138
6138
|
padding-bottom: 6px;
|
|
6139
6139
|
}
|
|
6140
|
+
|
|
6141
|
+
&.e-focused {
|
|
6142
|
+
box-shadow: none;
|
|
6143
|
+
}
|
|
6140
6144
|
}
|
|
6141
6145
|
|
|
6142
6146
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5544,7 +5544,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
5544
5544
|
background-color: $grid-table-background-color;
|
|
5545
5545
|
}
|
|
5546
5546
|
|
|
5547
|
-
.e-focused:not(.e-menu-item) {
|
|
5547
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5548
5548
|
box-shadow: $grid-cell-focus-shadow;
|
|
5549
5549
|
}
|
|
5550
5550
|
|
|
@@ -6130,6 +6130,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
6130
6130
|
padding-top: 6px;
|
|
6131
6131
|
padding-bottom: 6px;
|
|
6132
6132
|
}
|
|
6133
|
+
|
|
6134
|
+
&.e-focused {
|
|
6135
|
+
box-shadow: none;
|
|
6136
|
+
}
|
|
6133
6137
|
}
|
|
6134
6138
|
|
|
6135
6139
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5544,7 +5544,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
5544
5544
|
background-color: $grid-table-background-color;
|
|
5545
5545
|
}
|
|
5546
5546
|
|
|
5547
|
-
.e-focused:not(.e-menu-item) {
|
|
5547
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5548
5548
|
box-shadow: $grid-cell-focus-shadow;
|
|
5549
5549
|
}
|
|
5550
5550
|
|
|
@@ -6130,6 +6130,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
6130
6130
|
padding-top: 6px;
|
|
6131
6131
|
padding-bottom: 6px;
|
|
6132
6132
|
}
|
|
6133
|
+
|
|
6134
|
+
&.e-focused {
|
|
6135
|
+
box-shadow: none;
|
|
6136
|
+
}
|
|
6133
6137
|
}
|
|
6134
6138
|
|
|
6135
6139
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5541,7 +5541,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5541
5541
|
background-color: $grid-table-background-color;
|
|
5542
5542
|
}
|
|
5543
5543
|
|
|
5544
|
-
.e-focused:not(.e-menu-item) {
|
|
5544
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5545
5545
|
box-shadow: $grid-cell-focus-shadow;
|
|
5546
5546
|
}
|
|
5547
5547
|
|
|
@@ -6127,6 +6127,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6127
6127
|
padding-top: 6px;
|
|
6128
6128
|
padding-bottom: 6px;
|
|
6129
6129
|
}
|
|
6130
|
+
|
|
6131
|
+
&.e-focused {
|
|
6132
|
+
box-shadow: none;
|
|
6133
|
+
}
|
|
6130
6134
|
}
|
|
6131
6135
|
|
|
6132
6136
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5541,7 +5541,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5541
5541
|
background-color: $grid-table-background-color;
|
|
5542
5542
|
}
|
|
5543
5543
|
|
|
5544
|
-
.e-focused:not(.e-menu-item) {
|
|
5544
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5545
5545
|
box-shadow: $grid-cell-focus-shadow;
|
|
5546
5546
|
}
|
|
5547
5547
|
|
|
@@ -6127,6 +6127,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6127
6127
|
padding-top: 6px;
|
|
6128
6128
|
padding-bottom: 6px;
|
|
6129
6129
|
}
|
|
6130
|
+
|
|
6131
|
+
&.e-focused {
|
|
6132
|
+
box-shadow: none;
|
|
6133
|
+
}
|
|
6130
6134
|
}
|
|
6131
6135
|
|
|
6132
6136
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5536,7 +5536,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5536
5536
|
background-color: $grid-table-background-color;
|
|
5537
5537
|
}
|
|
5538
5538
|
|
|
5539
|
-
.e-focused:not(.e-menu-item) {
|
|
5539
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5540
5540
|
box-shadow: $grid-cell-focus-shadow;
|
|
5541
5541
|
}
|
|
5542
5542
|
|
|
@@ -6122,6 +6122,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6122
6122
|
padding-top: 6px;
|
|
6123
6123
|
padding-bottom: 6px;
|
|
6124
6124
|
}
|
|
6125
|
+
|
|
6126
|
+
&.e-focused {
|
|
6127
|
+
box-shadow: none;
|
|
6128
|
+
}
|
|
6125
6129
|
}
|
|
6126
6130
|
|
|
6127
6131
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5536,7 +5536,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5536
5536
|
background-color: $grid-table-background-color;
|
|
5537
5537
|
}
|
|
5538
5538
|
|
|
5539
|
-
.e-focused:not(.e-menu-item) {
|
|
5539
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5540
5540
|
box-shadow: $grid-cell-focus-shadow;
|
|
5541
5541
|
}
|
|
5542
5542
|
|
|
@@ -6122,6 +6122,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6122
6122
|
padding-top: 6px;
|
|
6123
6123
|
padding-bottom: 6px;
|
|
6124
6124
|
}
|
|
6125
|
+
|
|
6126
|
+
&.e-focused {
|
|
6127
|
+
box-shadow: none;
|
|
6128
|
+
}
|
|
6125
6129
|
}
|
|
6126
6130
|
|
|
6127
6131
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5541,7 +5541,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5541
5541
|
background-color: $grid-table-background-color;
|
|
5542
5542
|
}
|
|
5543
5543
|
|
|
5544
|
-
.e-focused:not(.e-menu-item) {
|
|
5544
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5545
5545
|
box-shadow: $grid-cell-focus-shadow;
|
|
5546
5546
|
}
|
|
5547
5547
|
|
|
@@ -6127,6 +6127,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6127
6127
|
padding-top: 6px;
|
|
6128
6128
|
padding-bottom: 6px;
|
|
6129
6129
|
}
|
|
6130
|
+
|
|
6131
|
+
&.e-focused {
|
|
6132
|
+
box-shadow: none;
|
|
6133
|
+
}
|
|
6130
6134
|
}
|
|
6131
6135
|
|
|
6132
6136
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5542,7 +5542,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5542
5542
|
background-color: $grid-table-background-color;
|
|
5543
5543
|
}
|
|
5544
5544
|
|
|
5545
|
-
.e-focused:not(.e-menu-item) {
|
|
5545
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5546
5546
|
box-shadow: $grid-cell-focus-shadow;
|
|
5547
5547
|
}
|
|
5548
5548
|
|
|
@@ -6128,6 +6128,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6128
6128
|
padding-top: 6px;
|
|
6129
6129
|
padding-bottom: 6px;
|
|
6130
6130
|
}
|
|
6131
|
+
|
|
6132
|
+
&.e-focused {
|
|
6133
|
+
box-shadow: none;
|
|
6134
|
+
}
|
|
6131
6135
|
}
|
|
6132
6136
|
|
|
6133
6137
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5540,7 +5540,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5540
5540
|
background-color: $grid-table-background-color;
|
|
5541
5541
|
}
|
|
5542
5542
|
|
|
5543
|
-
.e-focused:not(.e-menu-item) {
|
|
5543
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5544
5544
|
box-shadow: $grid-cell-focus-shadow;
|
|
5545
5545
|
}
|
|
5546
5546
|
|
|
@@ -6126,6 +6126,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6126
6126
|
padding-top: 6px;
|
|
6127
6127
|
padding-bottom: 6px;
|
|
6128
6128
|
}
|
|
6129
|
+
|
|
6130
|
+
&.e-focused {
|
|
6131
|
+
box-shadow: none;
|
|
6132
|
+
}
|
|
6129
6133
|
}
|
|
6130
6134
|
|
|
6131
6135
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5551,7 +5551,7 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
5551
5551
|
background-color: $grid-table-background-color;
|
|
5552
5552
|
}
|
|
5553
5553
|
|
|
5554
|
-
.e-focused:not(.e-menu-item) {
|
|
5554
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5555
5555
|
box-shadow: $grid-cell-focus-shadow;
|
|
5556
5556
|
}
|
|
5557
5557
|
|
|
@@ -6137,6 +6137,10 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
6137
6137
|
padding-top: 6px;
|
|
6138
6138
|
padding-bottom: 6px;
|
|
6139
6139
|
}
|
|
6140
|
+
|
|
6141
|
+
&.e-focused {
|
|
6142
|
+
box-shadow: none;
|
|
6143
|
+
}
|
|
6140
6144
|
}
|
|
6141
6145
|
|
|
6142
6146
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5551,7 +5551,7 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
5551
5551
|
background-color: $grid-table-background-color;
|
|
5552
5552
|
}
|
|
5553
5553
|
|
|
5554
|
-
.e-focused:not(.e-menu-item) {
|
|
5554
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5555
5555
|
box-shadow: $grid-cell-focus-shadow;
|
|
5556
5556
|
}
|
|
5557
5557
|
|
|
@@ -6137,6 +6137,10 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
6137
6137
|
padding-top: 6px;
|
|
6138
6138
|
padding-bottom: 6px;
|
|
6139
6139
|
}
|
|
6140
|
+
|
|
6141
|
+
&.e-focused {
|
|
6142
|
+
box-shadow: none;
|
|
6143
|
+
}
|
|
6140
6144
|
}
|
|
6141
6145
|
|
|
6142
6146
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5551,7 +5551,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5551
5551
|
background-color: $grid-table-background-color;
|
|
5552
5552
|
}
|
|
5553
5553
|
|
|
5554
|
-
.e-focused:not(.e-menu-item) {
|
|
5554
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5555
5555
|
box-shadow: $grid-cell-focus-shadow;
|
|
5556
5556
|
}
|
|
5557
5557
|
|
|
@@ -6137,6 +6137,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6137
6137
|
padding-top: 6px;
|
|
6138
6138
|
padding-bottom: 6px;
|
|
6139
6139
|
}
|
|
6140
|
+
|
|
6141
|
+
&.e-focused {
|
|
6142
|
+
box-shadow: none;
|
|
6143
|
+
}
|
|
6140
6144
|
}
|
|
6141
6145
|
|
|
6142
6146
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5551,7 +5551,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
5551
5551
|
background-color: $grid-table-background-color;
|
|
5552
5552
|
}
|
|
5553
5553
|
|
|
5554
|
-
.e-focused:not(.e-menu-item) {
|
|
5554
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
5555
5555
|
box-shadow: $grid-cell-focus-shadow;
|
|
5556
5556
|
}
|
|
5557
5557
|
|
|
@@ -6137,6 +6137,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6137
6137
|
padding-top: 6px;
|
|
6138
6138
|
padding-bottom: 6px;
|
|
6139
6139
|
}
|
|
6140
|
+
|
|
6141
|
+
&.e-focused {
|
|
6142
|
+
box-shadow: none;
|
|
6143
|
+
}
|
|
6140
6144
|
}
|
|
6141
6145
|
|
|
6142
6146
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -73929,6 +73929,10 @@ $grid-xlfl-skin: 'highcontrast' !default;
|
|
|
73929
73929
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
73930
73930
|
}
|
|
73931
73931
|
|
|
73932
|
+
&.e-rtl .e-xlfl-optr {
|
|
73933
|
+
padding-right: 0;
|
|
73934
|
+
}
|
|
73935
|
+
|
|
73932
73936
|
.e-xlfl-dlgfields {
|
|
73933
73937
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
73934
73938
|
}
|
|
@@ -79820,7 +79824,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79820
79824
|
background-color: $grid-table-background-color;
|
|
79821
79825
|
}
|
|
79822
79826
|
|
|
79823
|
-
.e-focused:not(.e-menu-item) {
|
|
79827
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
79824
79828
|
box-shadow: $grid-cell-focus-shadow;
|
|
79825
79829
|
}
|
|
79826
79830
|
|
|
@@ -80406,6 +80410,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80406
80410
|
padding-top: 6px;
|
|
80407
80411
|
padding-bottom: 6px;
|
|
80408
80412
|
}
|
|
80413
|
+
|
|
80414
|
+
&.e-focused {
|
|
80415
|
+
box-shadow: none;
|
|
80416
|
+
}
|
|
80409
80417
|
}
|
|
80410
80418
|
|
|
80411
80419
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -75229,6 +75229,10 @@ $grid-xlfl-skin: 'material' !default;
|
|
|
75229
75229
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
75230
75230
|
}
|
|
75231
75231
|
|
|
75232
|
+
&.e-rtl .e-xlfl-optr {
|
|
75233
|
+
padding-right: 0;
|
|
75234
|
+
}
|
|
75235
|
+
|
|
75232
75236
|
.e-xlfl-dlgfields {
|
|
75233
75237
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
75234
75238
|
}
|
|
@@ -81121,7 +81125,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
81121
81125
|
background-color: $grid-table-background-color;
|
|
81122
81126
|
}
|
|
81123
81127
|
|
|
81124
|
-
.e-focused:not(.e-menu-item) {
|
|
81128
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
81125
81129
|
box-shadow: $grid-cell-focus-shadow;
|
|
81126
81130
|
}
|
|
81127
81131
|
|
|
@@ -81707,6 +81711,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
81707
81711
|
padding-top: 6px;
|
|
81708
81712
|
padding-bottom: 6px;
|
|
81709
81713
|
}
|
|
81714
|
+
|
|
81715
|
+
&.e-focused {
|
|
81716
|
+
box-shadow: none;
|
|
81717
|
+
}
|
|
81710
81718
|
}
|
|
81711
81719
|
|
|
81712
81720
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -74951,6 +74951,10 @@ $grid-xlfl-skin: 'material' !default;
|
|
|
74951
74951
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74952
74952
|
}
|
|
74953
74953
|
|
|
74954
|
+
&.e-rtl .e-xlfl-optr {
|
|
74955
|
+
padding-right: 0;
|
|
74956
|
+
}
|
|
74957
|
+
|
|
74954
74958
|
.e-xlfl-dlgfields {
|
|
74955
74959
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74956
74960
|
}
|
|
@@ -80841,7 +80845,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80841
80845
|
background-color: $grid-table-background-color;
|
|
80842
80846
|
}
|
|
80843
80847
|
|
|
80844
|
-
.e-focused:not(.e-menu-item) {
|
|
80848
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80845
80849
|
box-shadow: $grid-cell-focus-shadow;
|
|
80846
80850
|
}
|
|
80847
80851
|
|
|
@@ -81427,6 +81431,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
81427
81431
|
padding-top: 6px;
|
|
81428
81432
|
padding-bottom: 6px;
|
|
81429
81433
|
}
|
|
81434
|
+
|
|
81435
|
+
&.e-focused {
|
|
81436
|
+
box-shadow: none;
|
|
81437
|
+
}
|
|
81430
81438
|
}
|
|
81431
81439
|
|
|
81432
81440
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -75473,6 +75473,10 @@ $grid-xlfl-skin: 'material3' !default;
|
|
|
75473
75473
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
75474
75474
|
}
|
|
75475
75475
|
|
|
75476
|
+
&.e-rtl .e-xlfl-optr {
|
|
75477
|
+
padding-right: 0;
|
|
75478
|
+
}
|
|
75479
|
+
|
|
75476
75480
|
.e-xlfl-dlgfields {
|
|
75477
75481
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
75478
75482
|
}
|
|
@@ -81378,7 +81382,7 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
81378
81382
|
background-color: $grid-table-background-color;
|
|
81379
81383
|
}
|
|
81380
81384
|
|
|
81381
|
-
.e-focused:not(.e-menu-item) {
|
|
81385
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
81382
81386
|
box-shadow: $grid-cell-focus-shadow;
|
|
81383
81387
|
}
|
|
81384
81388
|
|
|
@@ -81964,6 +81968,10 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
81964
81968
|
padding-top: 6px;
|
|
81965
81969
|
padding-bottom: 6px;
|
|
81966
81970
|
}
|
|
81971
|
+
|
|
81972
|
+
&.e-focused {
|
|
81973
|
+
box-shadow: none;
|
|
81974
|
+
}
|
|
81967
81975
|
}
|
|
81968
81976
|
|
|
81969
81977
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -75555,6 +75555,10 @@ $grid-xlfl-skin: 'material3' !default;
|
|
|
75555
75555
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
75556
75556
|
}
|
|
75557
75557
|
|
|
75558
|
+
&.e-rtl .e-xlfl-optr {
|
|
75559
|
+
padding-right: 0;
|
|
75560
|
+
}
|
|
75561
|
+
|
|
75558
75562
|
.e-xlfl-dlgfields {
|
|
75559
75563
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
75560
75564
|
}
|
|
@@ -81460,7 +81464,7 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
81460
81464
|
background-color: $grid-table-background-color;
|
|
81461
81465
|
}
|
|
81462
81466
|
|
|
81463
|
-
.e-focused:not(.e-menu-item) {
|
|
81467
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
81464
81468
|
box-shadow: $grid-cell-focus-shadow;
|
|
81465
81469
|
}
|
|
81466
81470
|
|
|
@@ -82046,6 +82050,10 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
82046
82050
|
padding-top: 6px;
|
|
82047
82051
|
padding-bottom: 6px;
|
|
82048
82052
|
}
|
|
82053
|
+
|
|
82054
|
+
&.e-focused {
|
|
82055
|
+
box-shadow: none;
|
|
82056
|
+
}
|
|
82049
82057
|
}
|
|
82050
82058
|
|
|
82051
82059
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -74278,6 +74278,10 @@ $grid-xlfl-skin: 'tailwind' !default;
|
|
|
74278
74278
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74279
74279
|
}
|
|
74280
74280
|
|
|
74281
|
+
&.e-rtl .e-xlfl-optr {
|
|
74282
|
+
padding-right: 0;
|
|
74283
|
+
}
|
|
74284
|
+
|
|
74281
74285
|
.e-xlfl-dlgfields {
|
|
74282
74286
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74283
74287
|
}
|
|
@@ -80183,7 +80187,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80183
80187
|
background-color: $grid-table-background-color;
|
|
80184
80188
|
}
|
|
80185
80189
|
|
|
80186
|
-
.e-focused:not(.e-menu-item) {
|
|
80190
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80187
80191
|
box-shadow: $grid-cell-focus-shadow;
|
|
80188
80192
|
}
|
|
80189
80193
|
|
|
@@ -80769,6 +80773,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80769
80773
|
padding-top: 6px;
|
|
80770
80774
|
padding-bottom: 6px;
|
|
80771
80775
|
}
|
|
80776
|
+
|
|
80777
|
+
&.e-focused {
|
|
80778
|
+
box-shadow: none;
|
|
80779
|
+
}
|
|
80772
80780
|
}
|
|
80773
80781
|
|
|
80774
80782
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -74275,6 +74275,10 @@ $grid-xlfl-skin: 'tailwind' !default;
|
|
|
74275
74275
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74276
74276
|
}
|
|
74277
74277
|
|
|
74278
|
+
&.e-rtl .e-xlfl-optr {
|
|
74279
|
+
padding-right: 0;
|
|
74280
|
+
}
|
|
74281
|
+
|
|
74278
74282
|
.e-xlfl-dlgfields {
|
|
74279
74283
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74280
74284
|
}
|
|
@@ -80180,7 +80184,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80180
80184
|
background-color: $grid-table-background-color;
|
|
80181
80185
|
}
|
|
80182
80186
|
|
|
80183
|
-
.e-focused:not(.e-menu-item) {
|
|
80187
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80184
80188
|
box-shadow: $grid-cell-focus-shadow;
|
|
80185
80189
|
}
|
|
80186
80190
|
|
|
@@ -80766,6 +80770,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80766
80770
|
padding-top: 6px;
|
|
80767
80771
|
padding-bottom: 6px;
|
|
80768
80772
|
}
|
|
80773
|
+
|
|
80774
|
+
&.e-focused {
|
|
80775
|
+
box-shadow: none;
|
|
80776
|
+
}
|
|
80769
80777
|
}
|
|
80770
80778
|
|
|
80771
80779
|
.e-cloneproperties.e-draganddrop table,
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"22.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"22.2.11","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|