search navigation

This commit is contained in:
2026-03-29 20:05:49 -07:00
parent 94de24bc90
commit 2846dbc3af
2 changed files with 34 additions and 3 deletions

View File

@@ -1493,7 +1493,8 @@ html, body, #root {
color: var(--text-primary);
white-space: nowrap;
}
.context-item:hover {
.context-item:hover,
.context-item--selected {
background: var(--accent-bg);
}