From c4a8c278be4013f283872b4cbb88e4baa19b2988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= <mail@soeren-weber.de> Date: Sat, 25 Jan 2025 17:51:54 +0100 Subject: [PATCH] a11y: don't select a11y helper text in selection #993 --- assets/css/theme.css | 2 ++ layouts/partials/version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index d6538448b3..eb91c6c0d4 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -2018,6 +2018,8 @@ span.math:has(> mjx-container[display]) { height: 1px; transform: translateY(-100%); transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28); + -webkit-user-select: none; + user-select: none; white-space: nowrap; width: 1px; } diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index d46433eb71..0162ff1111 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.1+93b32c1672553781d911855cb9b8f106626a216e \ No newline at end of file +7.3.1+4f182a115b0a3a6d4b6b2ba46abe3c4e71cfda5c \ No newline at end of file