Use pointer for search suggestions
This commit is contained in:
parent
f6f371ae5f
commit
71489890a8
|
@ -41,6 +41,7 @@ li.suggestion {
|
||||||
background: pvar(--mainBackgroundColor);
|
background: pvar(--mainBackgroundColor);
|
||||||
transition: .3s ease;
|
transition: .3s ease;
|
||||||
transition-property: box-shadow;
|
transition-property: box-shadow;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
// soft border-radius for the last suggestion and the link inside
|
// soft border-radius for the last suggestion and the link inside
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user