From fcbbff2fa4446681376169607de4c4ab961af1a4 Mon Sep 17 00:00:00 2001 From: Ad-closeNN <1709301095@qq.com> Date: Sat, 9 Aug 2025 15:23:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(build):=20=E4=BF=AE=E5=A4=8D=E9=97=B4?= =?UTF-8?q?=E6=AD=87=E6=80=A7=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/markdown.css | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/styles/markdown.css b/src/styles/markdown.css index b6d62de..7d214d5 100644 --- a/src/styles/markdown.css +++ b/src/styles/markdown.css @@ -61,30 +61,10 @@ } } - .copy-btn { - all: initial; - @apply btn-regular-dark opacity-0 shadow-lg shadow-black/50 absolute active:scale-90 h-8 w-8 top-3 right-3 text-sm rounded-lg transition-all ease-in-out z-20 cursor-pointer; - } .frame:hover .copy-btn { opacity: 1; } - .copy-btn-icon { - @apply absolute top-1/2 left-1/2 transition -translate-x-1/2 -translate-y-1/2 w-4 h-4 fill-white pointer-events-none; - } - .copy-btn .copy-icon { - @apply opacity-100 fill-white dark:fill-white/75; - } - .copy-btn.success .copy-icon { - @apply opacity-0 fill-[var(--deep-text)] - } - .copy-btn .success-icon { - @apply opacity-0 fill-white; - } - .copy-btn.success .success-icon { - @apply opacity-100 - } - .expressive-code { @apply my-4; ::selection {