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
+3 -3
View File
@@ -135,7 +135,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;
.play {
@@ -146,7 +146,7 @@ export default {
width: 3rem;
background: url(../../assets/icons/play.svg) no-repeat center;
background-size: 60%;
cursor: pointer;
cursor: default;
opacity: 0;
transition: all 0.5s ease-in-out;
}
@@ -208,7 +208,7 @@ export default {
input::-webkit-search-cancel-button {
position: relative;
right: 20px;
cursor: pointer;
cursor: default;
width: 50px;
height: 50px;
}
+1 -1
View File
@@ -74,7 +74,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 {