set outline none to prevent blue outline on safari mobile

This commit is contained in:
edbrz9 2022-12-30 15:56:52 +01:00
parent 321568f866
commit 2d78a5b76d
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ input[type=text] {
display: flex;
margin: 0px;
width: auto;
outline: none;
}
input[type=submit] {