8452-testToMaster #1292

Merged
alexm merged 394 commits from 8452-testToMaster into master 2025-01-28 06:44:16 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 8f418dcb4b - Show all commits

View File

@ -196,6 +196,11 @@ async function search() {
transition: width 0.36s;
}
:deep(.q-field__native) {
padding-top: 10px;
padding-left: 5px;
}
:deep(.q-field--dark .q-field__native:focus) {
color: black;
}