Mugen87 преди 4 години
родител
ревизия
535f7fc3be
променени са 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;
 			}