ENH: Element Text can not be selected

Change-Id: I2c837306c9ebc38c371cf944f558ec3009ee9d26
This commit is contained in:
zorro.zhang 2023-08-21 17:47:54 +08:00 committed by Lane.Wei
parent 981a46920f
commit 6e6c28b0ee
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
border: 0;
margin: 0;
font-family: "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
user-select: none;
}
html

View File

@ -5,6 +5,7 @@
margin: 0px;
font-family: "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
border-color: #D7D7D7;
user-select: none;
}
html, body {

View File

@ -4,6 +4,7 @@
padding: 0px;
border: 0px;
font-family: "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
user-select: none;
}
html