Skip to content

Commit

Permalink
Examples: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Jan 27, 2021
1 parent c5acc71 commit 535f7fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions examples/webgl_animation_skinning_additive_blending.html
Expand Up @@ -9,12 +9,6 @@
a {
color: blue;
}
.ac { /* prevent dat-gui from being selected */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.control-inactive {
color: #888;
}
Expand Down
6 changes: 0 additions & 6 deletions examples/webgl_animation_skinning_blending.html
Expand Up @@ -9,12 +9,6 @@
a {
color: #f00;
}
.ac { /* prevent dat-gui from being selected */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.no-pointer-events {
pointer-events: none;
}
Expand Down

0 comments on commit 535f7fc

Please sign in to comment.