#8649: Fixed style when clicking on icons #1475

Merged
jon merged 5 commits from Warmfix-SearchbarStyle into test 2025-02-27 08:53:05 +00:00
1 changed files with 3 additions and 2 deletions

View File

@ -204,8 +204,9 @@ async function search() {
}
:deep(.q-field--focused) {
.q-icon {
color: black;
.q-icon,
.q-placeholder {
color: var(--vn-black-text-color);
}
}