- added arrow navigation to search
- version bump
This commit is contained in:
parent
28c0f858a7
commit
c68824f2ab
5 changed files with 25 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue