Use pointer for search suggestions
authorChocobozzz <me@florianbigard.com>
Wed, 24 Jun 2020 09:28:39 +0000 (11:28 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 24 Jun 2020 09:50:53 +0000 (11:50 +0200)
client/src/app/header/search-typeahead.component.scss

index c21323f56d22ce1e3caaa4b5bf09b4a265e48fb9..920aa61ae4b6ca9d3d204f9282508a7d395a1a91 100644 (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 {