From d5e607a73c46c9f640d7fa38f179b1e6f1f09aa7 Mon Sep 17 00:00:00 2001 From: henrik2000 <167223091+henrik2000@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:42:44 +0100 Subject: [PATCH] Disable text selection on form labels When double-clicking on a form label it currently gets a text selection which can be confusing. This is not the Windows 98 behaviour. Fixed with this change. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 5abea5a..74eabdd 100644 --- a/style.css +++ b/style.css @@ -366,6 +366,7 @@ legend { label { display: inline-flex; align-items: center; + user-select: none; } input[type="radio"],