Skip to content

Commit 146243b

Browse files
authored
removing the yellow background on autocomplete
1 parent a829d79 commit 146243b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sass/default.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ button {
1414
border: none;
1515
-webkit-appearance:none;
1616
}
17+
18+
input:-webkit-autofill {
19+
-webkit-box-shadow: 0 0 0 30px white inset;
20+
}

0 commit comments

Comments
 (0)