Allow selection of validation error text. Fixes #2954

This commit is contained in:
Murtuza Zabuawala 2017-12-18 10:03:39 +00:00 committed by Dave Page
parent eae6f05b7c
commit 3fe655e944

View File

@ -106,6 +106,11 @@
border: 1px solid $color-red-2;
padding: 7px 12px 6px 10px;
border-left: none;
-moz-user-select: text;
-khtml-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
user-select: text;
}
.error-in-footer {