set outline none to prevent blue outline on safari mobile
This commit is contained in:
parent
321568f866
commit
2d78a5b76d
|
@ -30,6 +30,7 @@ input[type=text] {
|
|||
display: flex;
|
||||
margin: 0px;
|
||||
width: auto;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
|
|
Loading…
Reference in New Issue