Use pointer for search suggestions

pull/2898/head
Chocobozzz 2020-06-24 11:28:39 +02:00
parent f6f371ae5f
commit 71489890a8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ li.suggestion {
background: pvar(--mainBackgroundColor);
transition: .3s ease;
transition-property: box-shadow;
cursor: pointer;
// soft border-radius for the last suggestion and the link inside
&:last-of-type {