From 4410d9e9555b9a6255ca22a5518f12dbaae8cb78 Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Sat, 1 Jan 2022 21:46:27 -0800 Subject: [PATCH] Prevent text selection on the password generator title. This stops text from being selected on the page if you drag the window around (especially noticeable for fast movements). --- keepassxc-browser/css/pwgen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/keepassxc-browser/css/pwgen.css b/keepassxc-browser/css/pwgen.css index 6b46d04..86cf3e2 100644 --- a/keepassxc-browser/css/pwgen.css +++ b/keepassxc-browser/css/pwgen.css @@ -20,6 +20,7 @@ margin: .2em 0 .2em 0; padding: .4em .2em .4em .8em; position: relative; + user-select: none; } .kpxc-pwgen-password-row {