@syncfusion/ej2-angular-grids 20.3.61 → 20.3.62
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/README.md +134 -54
- package/esm2020/src/grid/columns.directive.mjs +1 -1
- package/esm2020/src/grid/grid.component.mjs +1 -1
- package/esm2020/src/grid/stacked-column.directive.mjs +1 -1
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/grid/columns.directive.d.ts +2 -2
- package/src/grid/grid.component.d.ts +1 -1
- package/src/grid/stacked-column.directive.d.ts +2 -2
- package/styles/bootstrap-dark.css +9 -4
- package/styles/bootstrap.css +9 -4
- package/styles/bootstrap4.css +9 -4
- package/styles/bootstrap5-dark.css +10 -5
- package/styles/bootstrap5.css +10 -5
- package/styles/fabric-dark.css +10 -5
- package/styles/fabric.css +10 -5
- package/styles/fluent-dark.css +10 -5
- package/styles/fluent.css +10 -5
- package/styles/grid/_bootstrap-dark-definition.scss +1 -1
- package/styles/grid/_bootstrap-definition.scss +1 -1
- package/styles/grid/_bootstrap4-definition.scss +1 -1
- package/styles/grid/_bootstrap5-definition.scss +1 -1
- package/styles/grid/_fabric-dark-definition.scss +2 -2
- package/styles/grid/_fabric-definition.scss +2 -2
- package/styles/grid/_fluent-definition.scss +1 -1
- package/styles/grid/_highcontrast-definition.scss +2 -2
- package/styles/grid/_layout.scss +14 -3
- package/styles/grid/_material-dark-definition.scss +2 -2
- package/styles/grid/_material-definition.scss +2 -2
- package/styles/grid/_tailwind-definition.scss +2 -2
- package/styles/grid/bootstrap-dark.css +9 -4
- package/styles/grid/bootstrap.css +9 -4
- package/styles/grid/bootstrap4.css +9 -4
- package/styles/grid/bootstrap5-dark.css +10 -5
- package/styles/grid/bootstrap5.css +10 -5
- package/styles/grid/fabric-dark.css +10 -5
- package/styles/grid/fabric.css +10 -5
- package/styles/grid/fluent-dark.css +10 -5
- package/styles/grid/fluent.css +10 -5
- package/styles/grid/highcontrast-light.css +8 -3
- package/styles/grid/highcontrast.css +10 -5
- package/styles/grid/material-dark.css +10 -5
- package/styles/grid/material.css +10 -5
- package/styles/grid/tailwind-dark.css +10 -5
- package/styles/grid/tailwind.css +10 -5
- package/styles/highcontrast-light.css +8 -3
- package/styles/highcontrast.css +10 -5
- package/styles/material-dark.css +10 -5
- package/styles/material.css +10 -5
- package/styles/tailwind-dark.css +10 -5
- package/styles/tailwind.css +10 -5
|
@@ -1543,6 +1543,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1543
1543
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1544
1544
|
font-size: 12px;
|
|
1545
1545
|
}
|
|
1546
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1547
|
+
background: none;
|
|
1548
|
+
box-shadow: none;
|
|
1549
|
+
}
|
|
1550
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1551
|
+
border: none;
|
|
1552
|
+
}
|
|
1546
1553
|
.e-grid .e-res-toolbar {
|
|
1547
1554
|
border-bottom: 1px solid;
|
|
1548
1555
|
border-bottom-color: #484848;
|
|
@@ -2042,7 +2049,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2042
2049
|
text-overflow: ellipsis;
|
|
2043
2050
|
white-space: nowrap;
|
|
2044
2051
|
}
|
|
2045
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2052
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2046
2053
|
text-overflow: clip;
|
|
2047
2054
|
}
|
|
2048
2055
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2650,13 +2657,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2650
2657
|
font-size: 10px;
|
|
2651
2658
|
padding: 13px 9px 11px 10px;
|
|
2652
2659
|
text-decoration: none;
|
|
2653
|
-
text-indent: 11px;
|
|
2654
2660
|
}
|
|
2655
2661
|
.e-grid .e-icon-grightarrow {
|
|
2656
2662
|
font-size: 10px;
|
|
2657
2663
|
padding: 12px 9px 12px 10px;
|
|
2658
2664
|
text-decoration: none;
|
|
2659
|
-
text-indent: 11px;
|
|
2660
2665
|
}
|
|
2661
2666
|
.e-grid .e-recordplusexpand {
|
|
2662
2667
|
padding-top: 5px;
|
|
@@ -3480,7 +3485,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3480
3485
|
user-select: none;
|
|
3481
3486
|
}
|
|
3482
3487
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3483
|
-
margin-top:
|
|
3488
|
+
margin-top: 0.5px;
|
|
3484
3489
|
}
|
|
3485
3490
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3486
3491
|
margin-top: -1.5px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1544,6 +1544,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1544
1544
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1545
1545
|
font-size: 12px;
|
|
1546
1546
|
}
|
|
1547
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1548
|
+
background: none;
|
|
1549
|
+
box-shadow: none;
|
|
1550
|
+
}
|
|
1551
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1552
|
+
border: none;
|
|
1553
|
+
}
|
|
1547
1554
|
.e-grid .e-res-toolbar {
|
|
1548
1555
|
border-bottom: 1px solid;
|
|
1549
1556
|
border-bottom-color: #ddd;
|
|
@@ -2043,7 +2050,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2043
2050
|
text-overflow: ellipsis;
|
|
2044
2051
|
white-space: nowrap;
|
|
2045
2052
|
}
|
|
2046
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2053
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2047
2054
|
text-overflow: clip;
|
|
2048
2055
|
}
|
|
2049
2056
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2651,13 +2658,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2651
2658
|
font-size: 10px;
|
|
2652
2659
|
padding: 13px 9px 11px 10px;
|
|
2653
2660
|
text-decoration: none;
|
|
2654
|
-
text-indent: 11px;
|
|
2655
2661
|
}
|
|
2656
2662
|
.e-grid .e-icon-grightarrow {
|
|
2657
2663
|
font-size: 10px;
|
|
2658
2664
|
padding: 12px 9px 12px 10px;
|
|
2659
2665
|
text-decoration: none;
|
|
2660
|
-
text-indent: 11px;
|
|
2661
2666
|
}
|
|
2662
2667
|
.e-grid .e-recordplusexpand {
|
|
2663
2668
|
padding-top: 5px;
|
|
@@ -3481,7 +3486,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3481
3486
|
user-select: none;
|
|
3482
3487
|
}
|
|
3483
3488
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3484
|
-
margin-top:
|
|
3489
|
+
margin-top: 0.5px;
|
|
3485
3490
|
}
|
|
3486
3491
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3487
3492
|
margin-top: -1.5px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1600,6 +1600,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1600
1600
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1601
1601
|
font-size: 14px;
|
|
1602
1602
|
}
|
|
1603
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1604
|
+
background: none;
|
|
1605
|
+
box-shadow: none;
|
|
1606
|
+
}
|
|
1607
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1608
|
+
border: none;
|
|
1609
|
+
}
|
|
1603
1610
|
.e-grid .e-res-toolbar {
|
|
1604
1611
|
border-bottom: 1px solid;
|
|
1605
1612
|
border-bottom-color: #dee2e6;
|
|
@@ -2099,7 +2106,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2099
2106
|
text-overflow: ellipsis;
|
|
2100
2107
|
white-space: nowrap;
|
|
2101
2108
|
}
|
|
2102
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2109
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2103
2110
|
text-overflow: clip;
|
|
2104
2111
|
}
|
|
2105
2112
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2709,13 +2716,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2709
2716
|
font-size: 10px;
|
|
2710
2717
|
padding: 13px 9px 11px 10px;
|
|
2711
2718
|
text-decoration: none;
|
|
2712
|
-
text-indent: 11px;
|
|
2713
2719
|
}
|
|
2714
2720
|
.e-grid .e-icon-grightarrow {
|
|
2715
2721
|
font-size: 10px;
|
|
2716
2722
|
padding: 12px 9px 12px 10px;
|
|
2717
2723
|
text-decoration: none;
|
|
2718
|
-
text-indent: 11px;
|
|
2719
2724
|
}
|
|
2720
2725
|
.e-grid .e-recordplusexpand {
|
|
2721
2726
|
padding-top: 5px;
|
|
@@ -3540,7 +3545,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3540
3545
|
user-select: none;
|
|
3541
3546
|
}
|
|
3542
3547
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3543
|
-
margin-top:
|
|
3548
|
+
margin-top: 0;
|
|
3544
3549
|
}
|
|
3545
3550
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3546
3551
|
margin-top: -3px;
|
|
@@ -1606,6 +1606,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1606
1606
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1607
1607
|
font-size: 14px;
|
|
1608
1608
|
}
|
|
1609
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1610
|
+
background: none;
|
|
1611
|
+
box-shadow: none;
|
|
1612
|
+
}
|
|
1613
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1614
|
+
border: none;
|
|
1615
|
+
}
|
|
1609
1616
|
.e-grid .e-res-toolbar {
|
|
1610
1617
|
border-bottom: 1px solid;
|
|
1611
1618
|
border-bottom-color: #444c54;
|
|
@@ -2106,7 +2113,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2106
2113
|
text-overflow: ellipsis;
|
|
2107
2114
|
white-space: nowrap;
|
|
2108
2115
|
}
|
|
2109
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2116
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2110
2117
|
text-overflow: clip;
|
|
2111
2118
|
}
|
|
2112
2119
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2714,13 +2721,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2714
2721
|
font-size: 14px;
|
|
2715
2722
|
padding: 12px 7px 11px 8px;
|
|
2716
2723
|
text-decoration: none;
|
|
2717
|
-
text-indent: 11px;
|
|
2718
2724
|
}
|
|
2719
2725
|
.e-grid .e-icon-grightarrow {
|
|
2720
2726
|
font-size: 14px;
|
|
2721
2727
|
padding: 11px 7px 12px 8px;
|
|
2722
2728
|
text-decoration: none;
|
|
2723
|
-
text-indent: 11px;
|
|
2724
2729
|
}
|
|
2725
2730
|
.e-grid .e-recordplusexpand {
|
|
2726
2731
|
padding-top: 5px;
|
|
@@ -3547,7 +3552,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3547
3552
|
margin-top: 0;
|
|
3548
3553
|
}
|
|
3549
3554
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3550
|
-
margin-top:
|
|
3555
|
+
margin-top: -2px;
|
|
3551
3556
|
}
|
|
3552
3557
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3553
3558
|
background-color: rgba(0, 0, 0, 0.1);
|
|
@@ -3595,7 +3600,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3595
3600
|
}
|
|
3596
3601
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3597
3602
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3598
|
-
margin-top: -
|
|
3603
|
+
margin-top: -2px;
|
|
3599
3604
|
}
|
|
3600
3605
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3601
3606
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1606,6 +1606,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1606
1606
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1607
1607
|
font-size: 14px;
|
|
1608
1608
|
}
|
|
1609
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1610
|
+
background: none;
|
|
1611
|
+
box-shadow: none;
|
|
1612
|
+
}
|
|
1613
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1614
|
+
border: none;
|
|
1615
|
+
}
|
|
1609
1616
|
.e-grid .e-res-toolbar {
|
|
1610
1617
|
border-bottom: 1px solid;
|
|
1611
1618
|
border-bottom-color: #dee2e6;
|
|
@@ -2106,7 +2113,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2106
2113
|
text-overflow: ellipsis;
|
|
2107
2114
|
white-space: nowrap;
|
|
2108
2115
|
}
|
|
2109
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2116
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2110
2117
|
text-overflow: clip;
|
|
2111
2118
|
}
|
|
2112
2119
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2714,13 +2721,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2714
2721
|
font-size: 14px;
|
|
2715
2722
|
padding: 12px 7px 11px 8px;
|
|
2716
2723
|
text-decoration: none;
|
|
2717
|
-
text-indent: 11px;
|
|
2718
2724
|
}
|
|
2719
2725
|
.e-grid .e-icon-grightarrow {
|
|
2720
2726
|
font-size: 14px;
|
|
2721
2727
|
padding: 11px 7px 12px 8px;
|
|
2722
2728
|
text-decoration: none;
|
|
2723
|
-
text-indent: 11px;
|
|
2724
2729
|
}
|
|
2725
2730
|
.e-grid .e-recordplusexpand {
|
|
2726
2731
|
padding-top: 5px;
|
|
@@ -3547,7 +3552,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3547
3552
|
margin-top: 0;
|
|
3548
3553
|
}
|
|
3549
3554
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3550
|
-
margin-top:
|
|
3555
|
+
margin-top: -2px;
|
|
3551
3556
|
}
|
|
3552
3557
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3553
3558
|
background-color: rgba(0, 0, 0, 0.1);
|
|
@@ -3595,7 +3600,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3595
3600
|
}
|
|
3596
3601
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3597
3602
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3598
|
-
margin-top: -
|
|
3603
|
+
margin-top: -2px;
|
|
3599
3604
|
}
|
|
3600
3605
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3601
3606
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1517,6 +1517,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1517
1517
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1518
1518
|
font-size: 12px;
|
|
1519
1519
|
}
|
|
1520
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1521
|
+
background: none;
|
|
1522
|
+
box-shadow: none;
|
|
1523
|
+
}
|
|
1524
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1525
|
+
border: none;
|
|
1526
|
+
}
|
|
1520
1527
|
.e-grid .e-res-toolbar {
|
|
1521
1528
|
border-bottom: 1px solid;
|
|
1522
1529
|
border-bottom-color: #414040;
|
|
@@ -2016,7 +2023,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2016
2023
|
text-overflow: ellipsis;
|
|
2017
2024
|
white-space: nowrap;
|
|
2018
2025
|
}
|
|
2019
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2026
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2020
2027
|
text-overflow: clip;
|
|
2021
2028
|
}
|
|
2022
2029
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2624,13 +2631,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2624
2631
|
font-size: 12px;
|
|
2625
2632
|
padding: 16px 8px 13px 9px;
|
|
2626
2633
|
text-decoration: none;
|
|
2627
|
-
text-indent: 8px;
|
|
2628
2634
|
}
|
|
2629
2635
|
.e-grid .e-icon-grightarrow {
|
|
2630
2636
|
font-size: 12px;
|
|
2631
2637
|
padding: 14px 9px 15px 9px;
|
|
2632
2638
|
text-decoration: none;
|
|
2633
|
-
text-indent: 8px;
|
|
2634
2639
|
}
|
|
2635
2640
|
.e-grid .e-recordplusexpand {
|
|
2636
2641
|
padding-top: 5px;
|
|
@@ -3454,10 +3459,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3454
3459
|
user-select: none;
|
|
3455
3460
|
}
|
|
3456
3461
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3457
|
-
margin-top:
|
|
3462
|
+
margin-top: 1px;
|
|
3458
3463
|
}
|
|
3459
3464
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3460
|
-
margin-top:
|
|
3465
|
+
margin-top: -1px;
|
|
3461
3466
|
}
|
|
3462
3467
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3463
3468
|
background-color: rgba(0, 0, 0, 0.1);
|
package/styles/fabric.css
CHANGED
|
@@ -1510,6 +1510,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1510
1510
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1511
1511
|
font-size: 12px;
|
|
1512
1512
|
}
|
|
1513
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1514
|
+
background: none;
|
|
1515
|
+
box-shadow: none;
|
|
1516
|
+
}
|
|
1517
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1518
|
+
border: none;
|
|
1519
|
+
}
|
|
1513
1520
|
.e-grid .e-res-toolbar {
|
|
1514
1521
|
border-bottom: 1px solid;
|
|
1515
1522
|
border-bottom-color: #eaeaea;
|
|
@@ -2009,7 +2016,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2009
2016
|
text-overflow: ellipsis;
|
|
2010
2017
|
white-space: nowrap;
|
|
2011
2018
|
}
|
|
2012
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2019
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2013
2020
|
text-overflow: clip;
|
|
2014
2021
|
}
|
|
2015
2022
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2617,13 +2624,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2617
2624
|
font-size: 12px;
|
|
2618
2625
|
padding: 16px 8px 13px 9px;
|
|
2619
2626
|
text-decoration: none;
|
|
2620
|
-
text-indent: 8px;
|
|
2621
2627
|
}
|
|
2622
2628
|
.e-grid .e-icon-grightarrow {
|
|
2623
2629
|
font-size: 12px;
|
|
2624
2630
|
padding: 14px 9px 15px 9px;
|
|
2625
2631
|
text-decoration: none;
|
|
2626
|
-
text-indent: 8px;
|
|
2627
2632
|
}
|
|
2628
2633
|
.e-grid .e-recordplusexpand {
|
|
2629
2634
|
padding-top: 5px;
|
|
@@ -3447,10 +3452,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3447
3452
|
user-select: none;
|
|
3448
3453
|
}
|
|
3449
3454
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3450
|
-
margin-top:
|
|
3455
|
+
margin-top: 1px;
|
|
3451
3456
|
}
|
|
3452
3457
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3453
|
-
margin-top:
|
|
3458
|
+
margin-top: -1px;
|
|
3454
3459
|
}
|
|
3455
3460
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3456
3461
|
background-color: rgba(0, 0, 0, 0.1);
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1608,6 +1608,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1608
1608
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1609
1609
|
font-size: 14px;
|
|
1610
1610
|
}
|
|
1611
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1612
|
+
background: none;
|
|
1613
|
+
box-shadow: none;
|
|
1614
|
+
}
|
|
1615
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1616
|
+
border: none;
|
|
1617
|
+
}
|
|
1611
1618
|
.e-grid .e-res-toolbar {
|
|
1612
1619
|
border-bottom: 1px solid;
|
|
1613
1620
|
border-bottom-color: #292827;
|
|
@@ -2110,7 +2117,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2110
2117
|
text-overflow: ellipsis;
|
|
2111
2118
|
white-space: nowrap;
|
|
2112
2119
|
}
|
|
2113
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2120
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2114
2121
|
text-overflow: clip;
|
|
2115
2122
|
}
|
|
2116
2123
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2729,13 +2736,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2729
2736
|
font-size: 16px;
|
|
2730
2737
|
padding: 9px 7px 9px 7px;
|
|
2731
2738
|
text-decoration: none;
|
|
2732
|
-
text-indent: 11px;
|
|
2733
2739
|
}
|
|
2734
2740
|
.e-grid .e-icon-grightarrow {
|
|
2735
2741
|
font-size: 16px;
|
|
2736
2742
|
padding: 8px 7px 11px 7px;
|
|
2737
2743
|
text-decoration: none;
|
|
2738
|
-
text-indent: 11px;
|
|
2739
2744
|
}
|
|
2740
2745
|
.e-grid .e-recordplusexpand {
|
|
2741
2746
|
padding-top: 5px;
|
|
@@ -3563,7 +3568,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3563
3568
|
margin-top: 0;
|
|
3564
3569
|
}
|
|
3565
3570
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3566
|
-
margin-top:
|
|
3571
|
+
margin-top: -1px;
|
|
3567
3572
|
}
|
|
3568
3573
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3569
3574
|
background-color: rgba(0, 0, 0, 0.1);
|
|
@@ -3611,7 +3616,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3611
3616
|
}
|
|
3612
3617
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3613
3618
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3614
|
-
margin-top: -
|
|
3619
|
+
margin-top: -2px;
|
|
3615
3620
|
}
|
|
3616
3621
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3617
3622
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
package/styles/fluent.css
CHANGED
|
@@ -1608,6 +1608,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1608
1608
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1609
1609
|
font-size: 14px;
|
|
1610
1610
|
}
|
|
1611
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1612
|
+
background: none;
|
|
1613
|
+
box-shadow: none;
|
|
1614
|
+
}
|
|
1615
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1616
|
+
border: none;
|
|
1617
|
+
}
|
|
1611
1618
|
.e-grid .e-res-toolbar {
|
|
1612
1619
|
border-bottom: 1px solid;
|
|
1613
1620
|
border-bottom-color: #edebe9;
|
|
@@ -2110,7 +2117,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2110
2117
|
text-overflow: ellipsis;
|
|
2111
2118
|
white-space: nowrap;
|
|
2112
2119
|
}
|
|
2113
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2120
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2114
2121
|
text-overflow: clip;
|
|
2115
2122
|
}
|
|
2116
2123
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2729,13 +2736,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2729
2736
|
font-size: 16px;
|
|
2730
2737
|
padding: 9px 7px 9px 7px;
|
|
2731
2738
|
text-decoration: none;
|
|
2732
|
-
text-indent: 11px;
|
|
2733
2739
|
}
|
|
2734
2740
|
.e-grid .e-icon-grightarrow {
|
|
2735
2741
|
font-size: 16px;
|
|
2736
2742
|
padding: 8px 7px 11px 7px;
|
|
2737
2743
|
text-decoration: none;
|
|
2738
|
-
text-indent: 11px;
|
|
2739
2744
|
}
|
|
2740
2745
|
.e-grid .e-recordplusexpand {
|
|
2741
2746
|
padding-top: 5px;
|
|
@@ -3563,7 +3568,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3563
3568
|
margin-top: 0;
|
|
3564
3569
|
}
|
|
3565
3570
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3566
|
-
margin-top:
|
|
3571
|
+
margin-top: -1px;
|
|
3567
3572
|
}
|
|
3568
3573
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3569
3574
|
background-color: rgba(0, 0, 0, 0.1);
|
|
@@ -3611,7 +3616,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3611
3616
|
}
|
|
3612
3617
|
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3613
3618
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3614
|
-
margin-top: -
|
|
3619
|
+
margin-top: -2px;
|
|
3615
3620
|
}
|
|
3616
3621
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3617
3622
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -559,7 +559,7 @@ $grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
|
559
559
|
$grid-rowcell-color: rgba($grid-content-font-color, $grid-conent-font-opacity) !default;
|
|
560
560
|
$grid-reorderarrow-margin-top: -6.5px !default;
|
|
561
561
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
562
|
-
$grid-reorder-arrow-top-margin:
|
|
562
|
+
$grid-reorder-arrow-top-margin: .5px !default;
|
|
563
563
|
$grid-reorder-downarrow-top-margin: -1.5px !default;
|
|
564
564
|
$grid-sortnumber-font-size: 9px !default;
|
|
565
565
|
$grid-header-text-transform: none !default;
|
|
@@ -561,7 +561,7 @@ $grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
|
561
561
|
$grid-rowcell-color: rgba($grid-content-font-color, $grid-conent-font-opacity) !default;
|
|
562
562
|
$grid-reorderarrow-margin-top: -6.5px !default;
|
|
563
563
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
564
|
-
$grid-reorder-arrow-top-margin:
|
|
564
|
+
$grid-reorder-arrow-top-margin: .5px !default;
|
|
565
565
|
$grid-reorder-downarrow-top-margin: -1.5px !default;
|
|
566
566
|
$grid-sortnumber-font-size: 9px !default;
|
|
567
567
|
$grid-header-text-transform: none !default;
|
|
@@ -565,7 +565,7 @@ $grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
|
565
565
|
$grid-rowcell-color: $grid-content-font-color !default !default;
|
|
566
566
|
$grid-reorderarrow-margin-top: -7.5px !default;
|
|
567
567
|
$grid-reorderdownarrow-margin-top: 2.5px !default;
|
|
568
|
-
$grid-reorder-arrow-top-margin:
|
|
568
|
+
$grid-reorder-arrow-top-margin: 0 !default;
|
|
569
569
|
$grid-reorder-downarrow-top-margin: -3px !default;
|
|
570
570
|
$grid-sortnumber-font-size: 9px !default;
|
|
571
571
|
$grid-header-text-transform: none !default;
|
|
@@ -563,7 +563,7 @@ $grid-sortnumber-font-size: 14px !default;
|
|
|
563
563
|
$grid-reorderarrow-margin-top: -7px !default;
|
|
564
564
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
565
565
|
$grid-reorder-arrow-top-margin: 0 !default;
|
|
566
|
-
$grid-reorder-downarrow-top-margin:
|
|
566
|
+
$grid-reorder-downarrow-top-margin: -2px !default;
|
|
567
567
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
568
568
|
$grid-reorderarrow-margin-left: -3px !default;
|
|
569
569
|
$grid-column-chooser-cancel-icon-size: $text-sm !default;
|
|
@@ -557,8 +557,8 @@ $grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
|
557
557
|
$grid-rowcell-color: rgba($grid-content-font-color, $grid-conent-font-opacity) !default;
|
|
558
558
|
$grid-reorderarrow-margin-top: -4.5px !default;
|
|
559
559
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
560
|
-
$grid-reorder-arrow-top-margin:
|
|
561
|
-
$grid-reorder-downarrow-top-margin:
|
|
560
|
+
$grid-reorder-arrow-top-margin: 1px !default;
|
|
561
|
+
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
562
562
|
$grid-sortnumber-font-size: 9px !default;
|
|
563
563
|
$grid-header-text-transform: none !default;
|
|
564
564
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -557,8 +557,8 @@ $grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
|
557
557
|
$grid-rowcell-color: rgba($grid-content-font-color, $grid-conent-font-opacity) !default;
|
|
558
558
|
$grid-reorderarrow-margin-top: -4.5px !default;
|
|
559
559
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
560
|
-
$grid-reorder-arrow-top-margin:
|
|
561
|
-
$grid-reorder-downarrow-top-margin:
|
|
560
|
+
$grid-reorder-arrow-top-margin: 1px !default;
|
|
561
|
+
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
562
562
|
$grid-sortnumber-font-size: 9px !default;
|
|
563
563
|
$grid-header-text-transform: none !default;
|
|
564
564
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -558,7 +558,7 @@ $grid-sortnumber-font-size: 12px !default;
|
|
|
558
558
|
$grid-reorderarrow-margin-top: -6.5px !default;
|
|
559
559
|
$grid-reorderdownarrow-margin-top: 4.5px !default;
|
|
560
560
|
$grid-reorder-arrow-top-margin: 0 !default;
|
|
561
|
-
$grid-reorder-downarrow-top-margin:
|
|
561
|
+
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
562
562
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
563
563
|
$grid-reorderarrow-margin-left: -2px !default;
|
|
564
564
|
$grid-column-chooser-cancel-icon-size: 10px !default;
|
|
@@ -557,8 +557,8 @@ $grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
|
557
557
|
$grid-rowcell-color: rgba($grid-content-font-color, $grid-conent-font-opacity) !default;
|
|
558
558
|
$grid-reorderarrow-margin-top: -5px !default;
|
|
559
559
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
560
|
-
$grid-reorder-arrow-top-margin:
|
|
561
|
-
$grid-reorder-downarrow-top-margin:
|
|
560
|
+
$grid-reorder-arrow-top-margin: 2px !default;
|
|
561
|
+
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
562
562
|
$grid-sortnumber-font-size: 9px !default;
|
|
563
563
|
$grid-header-text-transform: none !default;
|
|
564
564
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
package/styles/grid/_layout.scss
CHANGED
|
@@ -934,6 +934,18 @@
|
|
|
934
934
|
}
|
|
935
935
|
}
|
|
936
936
|
|
|
937
|
+
& .e-toolbar-items{
|
|
938
|
+
& .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon),
|
|
939
|
+
& .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon),
|
|
940
|
+
& .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
941
|
+
background: none;
|
|
942
|
+
box-shadow: none;
|
|
943
|
+
}
|
|
944
|
+
& .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
945
|
+
border: none;
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
|
|
937
949
|
.e-res-toolbar {
|
|
938
950
|
border-bottom: 1px solid;
|
|
939
951
|
border-bottom-color: $grid-header-border-color;
|
|
@@ -1631,6 +1643,7 @@
|
|
|
1631
1643
|
}
|
|
1632
1644
|
|
|
1633
1645
|
&.e-responsive .e-rowcell.e-gridchkbox,
|
|
1646
|
+
&.e-responsive .e-rowcell.e-gridchkbox-cell,
|
|
1634
1647
|
&.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1635
1648
|
text-overflow: clip;
|
|
1636
1649
|
}
|
|
@@ -2485,14 +2498,12 @@
|
|
|
2485
2498
|
font-size: $grid-group-down-arrow-icon-font-size;
|
|
2486
2499
|
padding: $grid-group-down-arrow-icon-padding;
|
|
2487
2500
|
text-decoration: none;
|
|
2488
|
-
text-indent: $group-collapse-icon-text-indent;
|
|
2489
2501
|
}
|
|
2490
2502
|
|
|
2491
2503
|
.e-icon-grightarrow {
|
|
2492
2504
|
font-size: $grid-group-right-arrow-icon-font-size;
|
|
2493
2505
|
padding: $grid-group-right-arrow-icon-padding;
|
|
2494
2506
|
text-decoration: none;
|
|
2495
|
-
text-indent: $group-expand-icon-text-indent;
|
|
2496
2507
|
}
|
|
2497
2508
|
|
|
2498
2509
|
.e-recordplusexpand {
|
|
@@ -3699,7 +3710,7 @@
|
|
|
3699
3710
|
|
|
3700
3711
|
.e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3701
3712
|
@if $grid-skin == 'fluent' or $grid-skin == 'bootstrap5' {
|
|
3702
|
-
margin-top: -
|
|
3713
|
+
margin-top: -2px;
|
|
3703
3714
|
}
|
|
3704
3715
|
}
|
|
3705
3716
|
|
|
@@ -557,8 +557,8 @@ $grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
|
557
557
|
$grid-rowcell-color: rgba($grid-content-font-color, $grid-conent-font-opacity) !default;
|
|
558
558
|
$grid-reorderarrow-margin-top: -4.5px !default;
|
|
559
559
|
$grid-reorderdownarrow-margin-top: 4.5px !default;
|
|
560
|
-
$grid-reorder-arrow-top-margin:
|
|
561
|
-
$grid-reorder-downarrow-top-margin:
|
|
560
|
+
$grid-reorder-arrow-top-margin: 1px !default;
|
|
561
|
+
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
562
562
|
$grid-sortnumber-font-size: 9px !default;
|
|
563
563
|
$grid-header-text-transform: none !default;
|
|
564
564
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -555,8 +555,8 @@ $grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
|
555
555
|
$grid-rowcell-color: rgba($grid-content-font-color, $grid-conent-font-opacity) !default;
|
|
556
556
|
$grid-reorderarrow-margin-top: -4.5px !default;
|
|
557
557
|
$grid-reorderdownarrow-margin-top: 4.5px !default;
|
|
558
|
-
$grid-reorder-arrow-top-margin:
|
|
559
|
-
$grid-reorder-downarrow-top-margin:
|
|
558
|
+
$grid-reorder-arrow-top-margin: 1px !default;
|
|
559
|
+
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
560
560
|
$grid-sortnumber-font-size: 9px !default;
|
|
561
561
|
$grid-header-text-transform: none !default;
|
|
562
562
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -568,8 +568,8 @@ $grid-adatptive-apply-btn-disable: $primary-bg-color-disabled !default;
|
|
|
568
568
|
$grid-sortnumber-font-size: $text-xxs !default;
|
|
569
569
|
$grid-reorderarrow-margin-top: -11px !default;
|
|
570
570
|
$grid-reorderdownarrow-margin-top: 1px !default;
|
|
571
|
-
$grid-reorder-arrow-top-margin: -
|
|
572
|
-
$grid-reorder-downarrow-top-margin:
|
|
571
|
+
$grid-reorder-arrow-top-margin: -4px !default;
|
|
572
|
+
$grid-reorder-downarrow-top-margin: -5px !default;
|
|
573
573
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
574
574
|
$grid-reorderarrow-margin-left: -6px !default;
|
|
575
575
|
$grid-column-chooser-cancel-icon-size: $text-sm !default;
|