Browse Source

fix: history search highlight (#2176)

* fix: history search hightlight

* fix: update history item highlight style to use underline
Sam Hoang Van 9 months ago
parent
commit
c81d359064
1 changed files with 5 additions and 0 deletions
  1. 5 0
      webview-ui/src/index.css

+ 5 - 0
webview-ui/src/index.css

@@ -166,6 +166,11 @@
 	code {
 		background-color: var(--vscode-textCodeBlock-background);
 	}
+
+	/* Search result highlighting */
+	.history-item-highlight {
+		@apply underline;
+	}
 }
 
 /* Form Element Focus States */