fix(admin): use arbitrary value for tooltip dark text color

This commit is contained in:
xfy 2026-06-12 10:55:32 +08:00
parent 1c3f1aac34
commit f8fb35f8c2

View File

@ -86,7 +86,7 @@ pub fn PostsPage(page: i32) -> Element {
},
if rebuilding() { "重建中..." } else { "重建内容" }
}
div { class: "pointer-events-none absolute top-full left-1/2 -translate-x-1/2 mt-2 px-3 py-1.5 text-xs font-medium whitespace-nowrap rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-200 bg-gray-900 dark:bg-[#dadadb] text-white dark:text-gray-900 shadow-lg z-50",
div { class: "pointer-events-none absolute top-full left-1/2 -translate-x-1/2 mt-2 px-3 py-1.5 text-xs font-medium whitespace-nowrap rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-200 bg-gray-900 dark:bg-[#dadadb] text-white dark:text-[#1a1a1a] shadow-lg z-50",
"重建 content_html 为空的文章渲染缓存"
}
}