Review up/down arrow behavior and scroll into view in search result list

This commit is contained in:
Claude Brisson
2024-05-06 06:09:21 +02:00
parent f7b56b2975
commit 29f8f89a08
5 changed files with 86 additions and 17 deletions

View File

@@ -191,8 +191,11 @@
}
.result-line {
cursor: pointer;
&:hover, &.highlighted {
background-color: rgba(100,200,255,200);
&:hover {
background-color: rgba(100, 200, 255, 0.44);
}
&.highlighted, &.highlighted:hover {
background-color: rgba(100,200,255,1);
}
}
}