From 7aa78cc7d9f81dd584d7e9ecfab076e2c701050f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 6 Jun 2020 10:52:48 +0200 Subject: [PATCH] Prevent text selection cursor over --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 12a8a25..27c9a78 100644 --- a/assets/style.css +++ b/assets/style.css @@ -85,6 +85,10 @@ a.nick:hover, a.nick:active { text-decoration: underline; } +details summary { + cursor: default; +} + #buffer { box-sizing: border-box; padding: 10px;