0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-23 05:01:23 -05:00

🐛 Fix styles by webkit on autocomplete

This commit is contained in:
Xaviju 2025-01-24 13:42:20 +01:00 committed by Xaviju
parent 0447f2f861
commit 9751afaaec

View file

@ -65,6 +65,12 @@
&::placeholder {
--input-fg-color: var(--color-foreground-secondary);
}
&:is(:autofill, :autofill:hover, :autofill:focus, :autofill:active) {
-webkit-text-fill-color: var(--input-fg-color);
-webkit-background-clip: text;
caret-color: var(--input-bg-color);
}
}
.icon {