Merge pull request '#8649: Fixed style when clicking on icons' (!1475) from Warmfix-SearchbarStyle into test
gitea/salix-front/pipeline/head This commit looks good Details
gitea/salix-front/pipeline/pr-dev This commit looks good Details

Reviewed-on: #1475
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Jon Elias 2025-02-27 08:53:04 +00:00
commit 854a25fb14
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);
}
}