mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
🐛 Fix styles by webkit on autocomplete
This commit is contained in:
parent
0447f2f861
commit
9751afaaec
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user