From 71489890a8ed7151b4ecaeed9439dd1cf12c1192 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Jun 2020 11:28:39 +0200 Subject: [PATCH 1/1] Use pointer for search suggestions --- client/src/app/header/search-typeahead.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/app/header/search-typeahead.component.scss b/client/src/app/header/search-typeahead.component.scss index c21323f56..920aa61ae 100644 --- a/client/src/app/header/search-typeahead.component.scss +++ b/client/src/app/header/search-typeahead.component.scss @@ -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 { -- 2.25.1