mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 19:04:06 -06:00
ensure requests aren't being made on hover
This commit is contained in:
parent
bfb69d1afe
commit
a5842bc192
@ -52,7 +52,7 @@ export const PageList: QuartzComponent = ({ cfg, fileData, allFiles, limit }: Pr
|
||||
)}
|
||||
<div class="desc">
|
||||
<h3>
|
||||
<a href={resolveRelative(fileData.slug!, page.slug!)} class="internal">
|
||||
<a href={resolveRelative(fileData.slug!, page.slug!)} class="internal" data-no-popover="true">
|
||||
{title}
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
@ -653,7 +653,7 @@ input {
|
||||
|
||||
// Keep the hover effect
|
||||
&:hover {
|
||||
color: var(--secondary);
|
||||
color: var(--tertiary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user