aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-24 11:28:39 +0200
committerChocobozzz <me@florianbigard.com>2020-06-24 11:50:53 +0200
commit71489890a8ed7151b4ecaeed9439dd1cf12c1192 (patch)
tree06388a70457357504e93a6b4b22fcbd6d5f48403 /client/src/app/header
parentf6f371ae5f10f32bea570819bff0c736148fe202 (diff)
downloadPeerTube-71489890a8ed7151b4ecaeed9439dd1cf12c1192.tar.gz
PeerTube-71489890a8ed7151b4ecaeed9439dd1cf12c1192.tar.zst
PeerTube-71489890a8ed7151b4ecaeed9439dd1cf12c1192.zip
Use pointer for search suggestions
Diffstat (limited to 'client/src/app/header')
-rw-r--r--client/src/app/header/search-typeahead.component.scss1
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 {