fix: make search results clickable with Safari (#696)

Co-authored-by: Kris Simon <kris@ausdertechnik.de>
This commit is contained in:
Peter Shaw 2023-08-31 21:21:54 +02:00 committed by GitHub
parent 33d964bea4
commit 6d75ee9288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ svg.gdoc-icon {
}
&:focus-within &__list.has-hits,
&__list.has-hits:active {
&__list.has-hits:hover {
visibility: visible;
}
}