[ACS-8004] Fix inputs for move folder (#9707)

This commit is contained in:
dominikiwanekhyland
2024-05-21 14:30:41 +02:00
committed by VitoAlbano
parent 7e9ea567df
commit 827a36b82c
5 changed files with 36 additions and 5 deletions

View File

@@ -68,4 +68,10 @@
}
}
}
#{$mat-input-element} {
&:focus::placeholder {
color: var(--theme-primary-color);
}
}
}