make Edit label unselectable

This commit is contained in:
Joshua Seigler 2021-12-18 14:02:54 -05:00
parent 05ecc3be2e
commit b963b6a60b

View file

@ -29,6 +29,10 @@
color: #33F;
text-decoration: underline;
cursor: pointer;
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
textarea {
flex-grow: 1;