From 97aa55de132d1cfb3133c7ee29feedf67e381379 Mon Sep 17 00:00:00 2001 From: goodroot <9484709+goodroot@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:05:19 -0800 Subject: [PATCH] try other css --- src/css/_global.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/css/_global.css b/src/css/_global.css index 9287d0d5..a56ebd28 100644 --- a/src/css/_global.css +++ b/src/css/_global.css @@ -321,12 +321,12 @@ html[data-theme="dark"] .DocSearch { } /* Force DocSearch links to open in same tab */ -.DocSearch-Hit-Container a[target="_blank"], -.DocSearch-Hit a[target="_blank"] { - pointer-events: none; -} - .DocSearch-Hit-Container a, .DocSearch-Hit a { - pointer-events: auto; + /* Reset any special link handling */ + all: unset; + /* Restore link appearance */ + color: inherit; + cursor: pointer; + text-decoration: none; } \ No newline at end of file