mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
[Style] Remove underline hover effect in custom nodes manager (#2977)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
:href="section.text"
|
:href="section.text"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="flex items-center gap-2 hover:underline"
|
class="flex items-center gap-2"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
v-if="isGitHubLink(section.text)"
|
v-if="isGitHubLink(section.text)"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="hover:underline">
|
<div>
|
||||||
<div v-if="!hasMarkdown" v-text="text" class="break-words"></div>
|
<div v-if="!hasMarkdown" v-text="text" class="break-words"></div>
|
||||||
<div v-else class="break-words">
|
<div v-else class="break-words">
|
||||||
<template v-for="(segment, index) in parsedSegments" :key="index">
|
<template v-for="(segment, index) in parsedSegments" :key="index">
|
||||||
|
|||||||
Reference in New Issue
Block a user