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 d77d80973f
commit f81bede42d

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%;
}