diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/header/search-typeahead.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
41 | background: pvar(--mainBackgroundColor); | 41 | background: pvar(--mainBackgroundColor); |
42 | transition: .3s ease; | 42 | transition: .3s ease; |
43 | transition-property: box-shadow; | 43 | transition-property: box-shadow; |
44 | cursor: pointer; | ||
44 | 45 | ||
45 | // soft border-radius for the last suggestion and the link inside | 46 | // soft border-radius for the last suggestion and the link inside |
46 | &:last-of-type { | 47 | &:last-of-type { |