Просмотр исходного кода

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

Aaron Newton 15 лет назад
Родитель
Сommit
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;
 }
 
+.fe-editForm textarea:focus {
+	outline: none;
+}
+
 .fe-divResize {
 	text-align: right;
 	background: #333;