fix: 回复用 span+JS事件绑定(取代a标签href冲突)

This commit is contained in:
2026-05-17 13:25:04 +08:00
parent 19f75da803
commit abe4c6e467
2 changed files with 16 additions and 3 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
/*
Theme Name: 空笺未寄
Version: 0.16.6
Version: 0.16.7
Requires at least: 6.0
Requires PHP: 7.4
License: MIT
@@ -613,6 +613,7 @@ echo "done"
.comment-item__time { font-size:11px; color:var(--ink-lighter); }
.comment-item__text { font-size:14px; color:var(--ink-light); line-height:1.7; }
.comment-item__reply { font-size:12px; }
.comment-item__reply a { color:var(--cinnabar); text-decoration:none; }
.comment-item__reply a, .comment-item__reply .reply-link { color:var(--cinnabar); text-decoration:none; }
.comment-item__reply .reply-link:hover, .comment-item__reply a:hover { text-decoration:underline; }
.comment-item--reply { margin-left:18px; padding:6px 0 6px 10px; border-bottom:1px dashed var(--border-light); border-left:1px dashed var(--border-light); }
.comment-item--reply:last-child { border-bottom:none; }