Merge pull request '#8649: Fixed style when clicking on icons' (!1475) from Warmfix-SearchbarStyle into test
Reviewed-on: #1475 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
854a25fb14
|
@ -204,8 +204,9 @@ async function search() {
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.q-field--focused) {
|
:deep(.q-field--focused) {
|
||||||
.q-icon {
|
.q-icon,
|
||||||
color: black;
|
.q-placeholder {
|
||||||
|
color: var(--vn-black-text-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue