Skip to content

Commit f651f00

Browse files
committed
Enable clicking search results on IE10
1 parent 49c1559 commit f651f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/shared/css/documentation.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ a img {
418418
opacity: 0;
419419
}
420420

421-
#search-container.active #searchfield:focus ~ #search-results, #search-results:active, #search-results:focus {
421+
#search-container.active #searchfield:focus ~ #search-results, #search-results:active, #search-results:focus, #search-results:hover {
422422
visibility: visible;
423423
opacity: 1;
424424
-webkit-transition: opacity 0.3s ease-in-out 0s;

0 commit comments

Comments
 (0)