소스 검색

Merge pull request #21158 from Mugen87/dev51

Examples: Clean up.
Mr.doob 4 년 전
부모
커밋
3f03b59407
2개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 6
      examples/webgl_animation_skinning_additive_blending.html
  2. 0 6
      examples/webgl_animation_skinning_blending.html

+ 0 - 6
examples/webgl_animation_skinning_additive_blending.html

@@ -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;
 			}

+ 0 - 6
examples/webgl_animation_skinning_blending.html

@@ -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;
 			}