removed outline for input fields

This commit is contained in:
Andrew
2020-04-07 17:25:43 +03:00
parent 1aa432f7ed
commit 095ac544fd

View File

@ -28,6 +28,10 @@ div::-moz-selection {
background: #D8DADC; /* Gecko Browsers */
}
textarea:focus, input:focus {
outline: none;
}
.button {
background: #fff;
outline: none;