From: Chocobozzz Date: Wed, 24 Jun 2020 09:28:39 +0000 (+0200) Subject: Use pointer for search suggestions X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=71489890a8ed7151b4ecaeed9439dd1cf12c1192;p=oweals%2Fpeertube.git Use pointer for search suggestions --- 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 {