Skip to content

Commit 19eceb7

Browse files
committedMar 13, 2022
examples : fix performance issue on some browsers
For example, Safari becomes super slow when the outline of the HTML element is enabled.
1 parent 101e7b5 commit 19eceb7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎examples/emscripten0/style.css‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body {
1111
font: sans-serif;
1212
}
1313
.no-sel {
14+
outline: none;
1415
-moz-user-select: none;
1516
-webkit-user-select: none;
1617
-webkit-touch-callout: none;

‎examples/hnterm/style.css‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body {
1111
font: sans-serif;
1212
}
1313
.no-sel {
14+
outline: none;
1415
-moz-user-select: none;
1516
-webkit-user-select: none;
1617
-webkit-touch-callout: none;

0 commit comments

Comments
 (0)