File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed
projects/igniteui-angular/src/lib/core/styles/components/grid Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change 1521
1521
padding : 0 !important ;
1522
1522
1523
1523
// Have a more stable visual editing experience
1524
- igx-input-group ,
1524
+ > igx-input-group ,
1525
+ igx-combo ,
1525
1526
igx-select ,
1526
1527
igx-date-picker ,
1527
1528
igx-time-picker {
1528
- height : calc (100% - (#{$editing-outline-width } * 2 ));
1529
- width : calc (100% - (#{$editing-outline-width } * 2 ));
1530
- margin-inline-start : $editing-outline-width ;
1529
+ position : relative ;
1530
+ height : calc (100% - #{$editing-outline-width * 2 } );
1531
+ width : calc (100% - #{$editing-outline-width * 2 } );
1532
+ inset-inline-start : $editing-outline-width ;
1531
1533
overflow : hidden ;
1532
-
1533
- igx-input-group {
1534
- width : calc (100% - #{$editing-outline-width } ) !important ;
1535
- margin-inline-start : 0 ;
1536
- height : 100% !important ;
1537
- }
1538
1534
}
1539
1535
1540
1536
igx-input-group {
1537
+ height : 100% ;
1538
+
1539
+ input {
1540
+ height : 100% ;
1541
+ }
1542
+
1541
1543
--theme : fluent;
1542
- padding-top : 0 !important ;
1543
1544
}
1544
1545
1545
1546
.igx-input-group__bundle {
1556
1557
}
1557
1558
}
1558
1559
1560
+ .igx-input-group__bundle-main ,
1561
+ .igx-input-group__bundle-start ,
1562
+ .igx-input-group__bundle-end {
1563
+ height : calc (100% - #{$editing-outline-width * 2 } );
1564
+ }
1565
+
1559
1566
& .igx-grid__td--invalid {
1560
1567
box-shadow : inset 0 0 0 rem (2px ) color ($color : ' error' ) !important ;
1561
1568
padding-inline-end : rem (4px ) !important ;
1576
1583
display : none ;
1577
1584
}
1578
1585
1579
- %form-group-bundle {
1580
- height : 100% ;
1581
- }
1582
-
1583
1586
input {
1584
1587
margin : 0 auto ;
1585
1588
max-width : 100% ;
You can’t perform that action at this time.
0 commit comments