Fix odd-looking red outline on focused form field

Can't recall why I added this. It doesn't make much sense from a usability
perspective as it suggests the field might be invalid.
This commit is contained in:
Ben Sturmfels 2024-10-08 23:53:47 +11:00
parent 34b51240e9
commit 91762fe286
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -76,12 +76,6 @@ form[action$="#fixme"]:before {
text-align: center;
}
input:focus {
z-index: 3;
border-color: #86b7fe;
box-shadow: 0 0 0 .25rem rgb(236, 99, 67, .5);
}
video {
max-width: 100%;
}