Skip to content

Commit c81d359

Browse files
authored
fix: history search highlight (#2176)
* fix: history search hightlight * fix: update history item highlight style to use underline
1 parent bf64885 commit c81d359

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webview-ui/src/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@
166166
code {
167167
background-color: var(--vscode-textCodeBlock-background);
168168
}
169+
170+
/* Search result highlighting */
171+
.history-item-highlight {
172+
@apply underline;
173+
}
169174
}
170175

171176
/* Form Element Focus States */

0 commit comments

Comments
 (0)