From dafc7168a3ccbef280d78b10f803630feda01309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 10 Dec 2024 19:30:48 +0100 Subject: [PATCH] notice: links aren't clickable #968 --- assets/css/theme.css | 1 + layouts/partials/version.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index 752f1c3ff3..38b99b31c3 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -811,6 +811,7 @@ blockquote cite { padding-bottom: 1rem; padding-left: 1rem; padding-right: 1rem; + pointer-events: auto; } /* remove margin if only a single code block is contained in the tab */ #R-body .box-content:not(:has(> p)):has(> div[class*='highlight']:only-of-type), diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 904cd3af2a..6744735f55 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.2.0+19ea877181e2ca631fdb30e2abf1418d314c25e4 \ No newline at end of file +7.2.0+bd1f3d3432632c61bb12e7ec0f7673fed0289f19 \ No newline at end of file