Skip to content

Commit dd14e54

Browse files
authored
Merge branch 'master' into iminchev/di-constructor-to-inject
2 parents 059b7ca + 8b3e4ec commit dd14e54

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [20.x, 22.x]
20-
s
19+
node-version: [20.x, 22.17.1]
20+
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@
4747
'compact': rem(4px)
4848
);
4949

50-
$bootstrap-font-size: (
51-
'comfortable': rem(20px),
52-
'cosy': rem(16px),
53-
'compact': rem(14px),
54-
);
55-
5650
$input-top-padding: rem(20px);
5751
$input-bottom-padding: rem(6px);
5852

@@ -2187,11 +2181,6 @@
21872181
grid-area: 1 / 2;
21882182
margin: 0;
21892183
z-index: 2;
2190-
font-size: pad(
2191-
map.get($bootstrap-font-size, 'compact'),
2192-
map.get($bootstrap-font-size, 'cosy'),
2193-
map.get($bootstrap-font-size, 'comfortable')
2194-
);
21952184
padding-block: pad-inline(
21962185
map.get($bootstrap-block-padding, 'compact'),
21972186
map.get($bootstrap-block-padding, 'cosy'),

0 commit comments

Comments
 (0)