mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow selection of validation error text. Fixes #2954
This commit is contained in:
parent
eae6f05b7c
commit
3fe655e944
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user