|
1 | 1 | @use 'igniteui-theming' as *; |
2 | | -@use '../../../themes/light/themes' as *; |
3 | | - |
4 | | -$theme: $fluent; |
5 | | - |
| 2 | +@use './filtering-row.common'; |
6 | 3 |
|
7 | 4 | [part~='filter-row-input'] { |
8 | 5 | igc-input { |
9 | 6 | --ig-input-size: #{sizable(rem(24px), rem(32px), rem(42px))}; |
10 | | - --border-border-radius: 0; |
11 | | - --input-prefix-background: transparent; |
12 | | - --input-prefix-background--filled: transparent; |
13 | | - --input-prefix-background--focused: transparent; |
14 | | - --input-suffix-background: transparent; |
15 | | - --input-suffix-background--filled: transparent; |
16 | | - --input-suffix-background--focused: transparent; |
17 | | - --idle-bottom-line-color: transparent; |
18 | | - --hover-bottom-line-color: transparent; |
19 | | - --focused-bottom-line-color: transparent; |
20 | | - --focused-secondary-color: transparent; |
21 | | - --hover-border-color: var(--ig-primary-500); |
22 | | - --focused-border-color: var(--ig-primary-500); |
23 | | - --border-background: transparent; |
24 | | - --search-background: var(--ig-input-search-background, transparent); |
25 | | - --box-background: transparent; |
26 | | - --box-background-hover: transparent; |
27 | | - --box-background-focus: transparent; |
28 | | - --box-border-radius: 0; |
29 | | - --search-border-radius: 0; |
30 | | - |
31 | | - &::part(container), |
32 | | - &::part(input) { |
33 | | - background: inherit; |
34 | | - color: inherit; |
35 | | - } |
36 | 7 | } |
37 | | - |
38 | | - igc-input [slot="prefix"] { |
| 8 | + |
| 9 | + igc-input [slot="prefix"] { |
39 | 10 | padding-inline-start: sizable(rem(4px), rem(6px)); |
40 | 11 | } |
41 | | - |
| 12 | + |
42 | 13 | igc-input [slot="suffix"] { |
43 | | - padding-inline-end: sizable(rem(4px), rem(6px));; |
44 | | - } |
| 14 | + padding-inline-end: sizable(rem(4px), rem(6px)); |
| 15 | + } |
45 | 16 | } |
0 commit comments