- added arrow navigation to search

- version bump
This commit is contained in:
booploops 2022-08-23 22:56:48 -07:00
parent 28c0f858a7
commit c68824f2ab
5 changed files with 25 additions and 6 deletions

View file

@ -724,6 +724,7 @@ input[type="range"].web-slider::-webkit-slider-runnable-track {
.search-hints-container {
top: 44px;
background: rgb(30 30 30);
#cmenu.container();
.search-hints {
@ -731,6 +732,10 @@ input[type="range"].web-slider::-webkit-slider-runnable-track {
.search-hint {
#cmenu.item();
&.active {
background: var(--keyColor);
}
}
}
}