show bottom border on input focus (#1235)

This commit is contained in:
Matt Hill
2022-02-21 10:18:56 -07:00
committed by GitHub
parent 4569c2a7f4
commit bd04eb8a20
2 changed files with 4 additions and 4 deletions

View File

@@ -102,10 +102,6 @@ $subheader-height: 48px;
border-style: none; border-style: none;
} }
.item-interactive {
--highlight-background: var(--ion-color-light) !important;
}
.center { .center {
display: block; display: block;
margin: auto; margin: auto;

View File

@@ -29,6 +29,10 @@ ion-input {
caret-color: gray; caret-color: gray;
} }
.item-interactive {
--highlight-background: var(--ion-color-light) !important;
}
ion-modal::part(content) { ion-modal::part(content) {
position: absolute; position: absolute;
height: 90% !important; height: 90% !important;