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).

This commit is contained in:
Stefan Sundin 2022-01-01 21:46:27 -08:00
parent 75a77a4bc5
commit 4410d9e955

View file

@ -20,6 +20,7 @@
margin: .2em 0 .2em 0;
padding: .4em .2em .4em .8em;
position: relative;
user-select: none;
}
.kpxc-pwgen-password-row {