feat: add sub-result rows and highlight to settings search

This commit is contained in:
Linus Rath
2026-05-06 18:36:00 +02:00
parent 128d7d0401
commit 2dc8537780
3 changed files with 221 additions and 58 deletions
+7
View File
@@ -765,3 +765,10 @@ body {
.tiptap.resize-cursor {
cursor: col-resize;
}
/* Brief flash applied to a setting row when the user clicks a sub-result in
the settings search. The page removes the class after ~2s. */
.settings-search-highlight {
background-color: color-mix(in srgb, var(--color-primary) 18%, transparent);
box-shadow: 0 0 0 2px var(--color-primary);
}