Skip to content

Commit 7b7df9f

Browse files
committed
fix: history search hightlight
1 parent 7409c48 commit 7b7df9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webview-ui/src/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@
166166
code {
167167
background-color: var(--vscode-textCodeBlock-background);
168168
}
169+
170+
/* Search result highlighting */
171+
.history-item-highlight {
172+
@apply font-bold rounded-sm;
173+
background-color: color-mix(in srgb, var(--vscode-badge-background) 50%, transparent);
174+
}
169175
}
170176

171177
/* Form Element Focus States */

0 commit comments

Comments
 (0)