Browse Source

CurveEditor: allow clicking on label

trethaller 7 years ago
parent
commit
54648b5269
2 changed files with 2 additions and 0 deletions
  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;