From b9dc17db97c991d20ff150d04963597100ec0e83 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 6 Jun 2021 12:08:21 +0200 Subject: [PATCH] Disallow selecting text in This supersedes the cursor rule. --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index bff718b..23a0056 100644 --- a/style.css +++ b/style.css @@ -340,8 +340,8 @@ a.nick:hover, a.nick:active { text-decoration: underline; } -details summary { - cursor: default; +details summary[role="button"] { + user-select: none; } #buffer {