mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
show bottom border on input focus (#1235)
This commit is contained in:
@@ -102,10 +102,6 @@ $subheader-height: 48px;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.item-interactive {
|
||||
--highlight-background: var(--ion-color-light) !important;
|
||||
}
|
||||
|
||||
.center {
|
||||
display: block;
|
||||
margin: auto;
|
||||
|
||||
@@ -29,6 +29,10 @@ ion-input {
|
||||
caret-color: gray;
|
||||
}
|
||||
|
||||
.item-interactive {
|
||||
--highlight-background: var(--ion-color-light) !important;
|
||||
}
|
||||
|
||||
ion-modal::part(content) {
|
||||
position: absolute;
|
||||
height: 90% !important;
|
||||
|
||||
Reference in New Issue
Block a user