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:
parent
34b51240e9
commit
91762fe286
1 changed files with 0 additions and 6 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue