Skip to content

Commit

Permalink
try other css
Browse files Browse the repository at this point in the history
  • Loading branch information
goodroot committed Dec 13, 2024
1 parent 8dc0fbc commit 97aa55d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/css/_global.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 97aa55d

Please sign in to comment.