Skip to content

Commit

Permalink
Merge pull request #21158 from Mugen87/dev51
Browse files Browse the repository at this point in the history
Examples: Clean up.
  • Loading branch information
mrdoob committed Jan 27, 2021
2 parents b14f0ee + 535f7fc commit 3f03b59
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 3f03b59

Please sign in to comment.