diff --git a/examples/emscripten0/style.css b/examples/emscripten0/style.css index cb4e2c20..aeded7bc 100644 --- a/examples/emscripten0/style.css +++ b/examples/emscripten0/style.css @@ -11,6 +11,7 @@ body { font: sans-serif; } .no-sel { + outline: none; -moz-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; diff --git a/examples/hnterm/style.css b/examples/hnterm/style.css index cb4e2c20..aeded7bc 100644 --- a/examples/hnterm/style.css +++ b/examples/hnterm/style.css @@ -11,6 +11,7 @@ body { font: sans-serif; } .no-sel { + outline: none; -moz-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none;