Browse Source

Merge pull request #6900 from jarvisniu/dev

Make the info panel invisible to mouse
Mr.doob 10 years ago
parent
commit
d667c1c142
2 changed files with 2 additions and 0 deletions
  1. 1 0
      editor/css/dark.css
  2. 1 0
      editor/css/light.css

+ 1 - 0
editor/css/dark.css

@@ -46,6 +46,7 @@ input.Number {
 
 	#viewport #info {
 		text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
+		pointer-events: none;
 	}
 
 #script {

+ 1 - 0
editor/css/light.css

@@ -39,6 +39,7 @@ input.Number {
 
 	#viewport #info {
 		text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
+		pointer-events: none;
 	}
 
 #script {