0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

🐛 Makes autocomplete background white

This commit is contained in:
alonso.torres 2020-06-03 07:47:17 +02:00
parent 8c18e9bfbf
commit 396a2b0e44

View file

@ -125,6 +125,15 @@ textarea {
padding: 0px;
margin: 0px;
background-color: transparent;
}
// Makes the background for autocomplete white
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px $color-white inset !important;
}
.input-container {