mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Makes autocomplete background white
This commit is contained in:
parent
8c18e9bfbf
commit
396a2b0e44
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user