Skip to content

Commit 97aa55d

Browse files
committed
try other css
1 parent 8dc0fbc commit 97aa55d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/css/_global.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,12 @@ html[data-theme="dark"] .DocSearch {
321321
}
322322

323323
/* Force DocSearch links to open in same tab */
324-
.DocSearch-Hit-Container a[target="_blank"],
325-
.DocSearch-Hit a[target="_blank"] {
326-
pointer-events: none;
327-
}
328-
329324
.DocSearch-Hit-Container a,
330325
.DocSearch-Hit a {
331-
pointer-events: auto;
326+
/* Reset any special link handling */
327+
all: unset;
328+
/* Restore link appearance */
329+
color: inherit;
330+
cursor: pointer;
331+
text-decoration: none;
332332
}

0 commit comments

Comments
 (0)