From 4931ecb4e3ce21761afaf2fc9f2e414311d2b20a Mon Sep 17 00:00:00 2001 From: AlanDecode Date: Wed, 18 Mar 2020 09:58:02 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20figcaption=20=E5=BD=B1=E5=93=8D?= =?UTF-8?q?=E7=81=AF=E7=AE=B1=E7=82=B9=E5=87=BB=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/parts/_article.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/parts/_article.scss b/assets/parts/_article.scss index c603be89..6e08df1d 100644 --- a/assets/parts/_article.scss +++ b/assets/parts/_article.scss @@ -181,6 +181,7 @@ article { } div.articleBody figure { figcaption { + pointer-events: none; padding: 0 20px; } }