Fix closing of captcha in MS Edge. #1071

This commit is contained in:
ccd0 2016-09-10 22:45:17 -07:00
parent dce42ce168
commit c5313d7fcb

View File

@ -1419,6 +1419,7 @@ input.field.tripped:not(:hover):not(:focus) {
}
#qr .captcha-counter > a {
pointer-events: auto;
display: inline-block; /* XXX https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8851747/ */
}
#qr:not(.captcha-open) .captcha-counter > a {
display: block;