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:
parent
0447f2f861
commit
9751afaaec
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue