From e1dc1687fcac0aef1ec267ee32713c729726432b Mon Sep 17 00:00:00 2001 From: rcmainak Date: Sun, 11 Mar 2018 20:50:09 +0530 Subject: [PATCH] Fixed #775 : Made text not-selectable --- app/templates/setPasswordSection/setPasswordSection.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/setPasswordSection/setPasswordSection.css b/app/templates/setPasswordSection/setPasswordSection.css index bd092a8d..bf3adb75 100644 --- a/app/templates/setPasswordSection/setPasswordSection.css +++ b/app/templates/setPasswordSection/setPasswordSection.css @@ -17,6 +17,7 @@ line-height: 23px; cursor: pointer; color: var(--lightTextColor); + user-select: none; } .checkbox__label::before {