[Style] Remove underline hover effect in custom nodes manager (#2977)

This commit is contained in:
Christian Byrne
2025-03-11 06:49:20 -07:00
committed by GitHub
parent c2006412de
commit a90b6519b5
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
:href="section.text"
target="_blank"
rel="noopener noreferrer"
class="flex items-center gap-2 hover:underline"
class="flex items-center gap-2"
>
<i
v-if="isGitHubLink(section.text)"

View File

@@ -1,5 +1,5 @@
<template>
<div class="hover:underline">
<div>
<div v-if="!hasMarkdown" v-text="text" class="break-words"></div>
<div v-else class="break-words">
<template v-for="(segment, index) in parsedSegments" :key="index">