浏览代码

HUE-3910 [editor] Don't show a dotted box on execute in Firefox

Johan Ahlen 9 年之前
父节点
当前提交
9ddf7b7fb6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

+ 1 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

@@ -81,6 +81,7 @@ body {
   position: absolute;
   height: 100%;
   overflow: auto;
+  outline: none !important;
 }
 
 .question {