提交 f1c17394 编写于 作者: M Mr.doob

Editor: Moved outline style into Viewport.

上级 9d972256
......@@ -14,8 +14,6 @@
border: 0px;
border-top: 1px solid #ccc;
}
.hideFocus:focus { outline: 0 }
</style>
</head>
<body>
......
......@@ -497,10 +497,9 @@ var Viewport = function ( signals ) {
// must be done here, otherwise it doesn't work
container.dom.tabIndex = 1;
container.dom.style.outline = 'transparent';
container.dom.addEventListener( 'keydown', onKeyDown, false );
container.dom.className = "hideFocus";
//
function updateMaterials( root ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册