refactor(item, range): remove item-specific logic (#26520)

This commit is contained in:
Liam DeBeasi
2023-01-04 09:03:16 -05:00
committed by GitHub
parent d65360b1b9
commit 37a91676a4
57 changed files with 15 additions and 129 deletions

View File

@ -650,7 +650,7 @@ export class Input implements ComponentInterface {
[`input-fill-${fill}`]: fill !== undefined,
[`input-shape-${shape}`]: shape !== undefined,
[`input-label-placement-${labelPlacement}`]: true,
'in-full-item': hostContext('ion-item:not(.item-lines-inset)', this.el),
'in-item': hostContext('ion-item', this.el),
})}
>
<label class="input-wrapper">