Skip to content

Commit

Permalink
使用css控制,文本可选中
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYarong committed Oct 23, 2019
1 parent c85bc19 commit b8e235d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inject/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ CSSInjector.commonCSS = `
display: none !important;
}
* {
-webkit-user-select: none;
-webkit-user-select: text;
cursor: default !important;
-webkit-user-drag: none;
}
pre, input {
-webkit-user-select: initial;
-webkit-user-select: text;
cursor: initial !important;
}
html, body {
Expand Down

0 comments on commit b8e235d

Please sign in to comment.