فهرست منبع

CurveEditor: allow clicking on label

trethaller 7 سال پیش
والد
کامیت
54648b5269
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      bin/style.css
  2. 1 0
      bin/style.less

+ 1 - 0
bin/style.css

@@ -784,6 +784,7 @@ input[type=checkbox]:checked:after {
 }
 .fx-animpanel .track label.curve-label {
   user-select: none;
+  pointer-events: none;
   position: absolute;
   text-transform: capitalize;
   margin-left: 15px;

+ 1 - 0
bin/style.less

@@ -861,6 +861,7 @@ input[type=checkbox] {
 		}
 		label.curve-label {
 			user-select: none;
+			pointer-events: none;
 			position: absolute;
 			text-transform: capitalize;
 			margin-left: 15px;