mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 13:39:02 +00:00
🐛 Fix styles by webkit on autocomplete
This commit is contained in:
parent
0447f2f861
commit
9751afaaec
@ -65,6 +65,12 @@
|
|||||||
&::placeholder {
|
&::placeholder {
|
||||||
--input-fg-color: var(--color-foreground-secondary);
|
--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 {
|
.icon {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user