mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
show bottom border on input focus (#1235)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user