소스 검색

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

Johan Ahlen 9 년 전
부모
커밋
9ddf7b7
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 {