mirror of
https://github.com/penpot/penpot.git
synced 2026-03-18 00:16:15 +00:00
🐛 Fix styles by webkit on autocomplete
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user