make Edit label unselectable
This commit is contained in:
parent
05ecc3be2e
commit
b963b6a60b
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue