瀏覽代碼

HUE-95. Chrome shows a fuzzy blue outline when the editor has focus.

Aaron Newton 15 年之前
父節點
當前提交
26b66ea804
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      apps/filebrowser/src/filebrowser/static/css/fb.css

+ 4 - 0
apps/filebrowser/src/filebrowser/static/css/fb.css

@@ -495,6 +495,10 @@ div.fileviewer .fv-editFile {
 	padding: 0;
 	padding: 0;
 }
 }
 
 
+.fe-editForm textarea:focus {
+	outline: none;
+}
+
 .fe-divResize {
 .fe-divResize {
 	text-align: right;
 	text-align: right;
 	background: #333;
 	background: #333;