We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2871d7f commit 44cc6bbCopy full SHA for 44cc6bb
1 file changed
src/cli-plugin.css
@@ -21,6 +21,10 @@
21
-moz-osx-font-smoothing: grayscale;
22
23
-webkit-touch-callout: none;
24
+ -khtml-user-select: none;
25
+ -moz-user-select: none;
26
+ -ms-user-select: none;
27
+ user-select: none;
28
}
29
30
0 commit comments