Implement fuzzy page search using fuse.js (#86)

This commit is contained in:
Mungai Njoroge
2022-09-10 10:46:45 -04:00
committed by GitHub
parent befdf383b6
commit 5770a66d67
67 changed files with 568 additions and 558 deletions
@@ -68,7 +68,7 @@ export default {
padding: $small 0.95rem $small 0.95rem;
margin: $smaller;
transition: all 0.2s ease-in-out;
cursor: pointer;
cursor: default;
float: left;
&:hover {
@@ -116,7 +116,7 @@ export default {
input::-webkit-search-cancel-button {
position: relative;
right: 20px;
cursor: pointer;
cursor: default;
width: 50px;
height: 50px;
}
@@ -70,7 +70,7 @@ export default {
align-items: center;
grid-template-columns: 7.5rem 1fr;
padding: $small;
cursor: pointer;
cursor: default;
transition: all 0.2s ease-in-out;
&:hover {