|
1171 | 1171 | color: --var($theme, 'input-prefix-color'); |
1172 | 1172 | background: --var($theme, 'input-prefix-background'); |
1173 | 1173 | padding: rem(8px, map-get($base-scale-size, 'comfortable')); |
| 1174 | + width: auto; |
1174 | 1175 | height: auto; |
1175 | 1176 | line-height: normal; |
| 1177 | + font-weight: 400; |
1176 | 1178 |
|
1177 | 1179 | igx-icon { |
1178 | 1180 | width: rem(18px); |
|
1203 | 1205 | color: --var($theme, 'input-suffix-color'); |
1204 | 1206 | padding: rem(8px, map-get($base-scale-size, 'comfortable')); |
1205 | 1207 | background: --var($theme, 'input-suffix-background'); |
| 1208 | + width: auto; |
1206 | 1209 | height: auto; |
1207 | 1210 | line-height: normal; |
1208 | 1211 |
|
|
1218 | 1221 | } |
1219 | 1222 |
|
1220 | 1223 | %form-group-suffix-fluent-search { |
| 1224 | + width: auto; |
1221 | 1225 | height: auto; |
1222 | 1226 | padding: rem(8px, map-get($base-scale-size, 'comfortable')); |
1223 | 1227 | line-height: normal; |
|
1479 | 1483 | border: 1px solid --var($theme, 'border-color'); |
1480 | 1484 | padding: map-get($bootstrap-padding, 'comfortable'); |
1481 | 1485 | z-index: -1; |
| 1486 | + width: auto; |
1482 | 1487 | height: auto; |
| 1488 | + font-size: map-get($bootstrap-font-size, 'comfortable'); |
1483 | 1489 | line-height: 1.5; |
1484 | 1490 | white-space: nowrap; |
| 1491 | + |
| 1492 | + igx-icon { |
| 1493 | + width: map-get($bootstrap-font-size, 'comfortable'); |
| 1494 | + height: map-get($bootstrap-font-size, 'comfortable'); |
| 1495 | + font-size: map-get($bootstrap-font-size, 'comfortable'); |
| 1496 | + font-weight: 400; |
| 1497 | + } |
1485 | 1498 | } |
1486 | 1499 |
|
1487 | 1500 | %form-group-prefix--bootstrap { |
|
1505 | 1518 | %form-group-prefix--cosy-bootstrap, |
1506 | 1519 | %form-group-suffix--cosy-bootstrap { |
1507 | 1520 | padding: map-get($bootstrap-padding, 'cosy'); |
| 1521 | + width: auto; |
1508 | 1522 | height: auto; |
1509 | 1523 |
|
1510 | 1524 | igx-icon { |
|
1517 | 1531 | %form-group-prefix--compact-bootstrap, |
1518 | 1532 | %form-group-suffix--compact-bootstrap { |
1519 | 1533 | padding: map-get($bootstrap-padding, 'compact'); |
| 1534 | + width: auto; |
1520 | 1535 | height: auto; |
1521 | 1536 |
|
1522 | 1537 | igx-icon { |
|
0 commit comments