From fc45593d4763b1eac724d4321234e349f787b98a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 26 Jun 2013 11:57:33 +0000 Subject: [PATCH] fix(console) remove outline on focus --- ChangeLog | 2 ++ lib/client/view.js | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 392b18d8..065af45e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -82,6 +82,8 @@ getJSONfromFileTable. * feature(console) jquery-terminal -> jq-console +* fix(console) remove outline on focus + 2012.04.22, v0.2.0 diff --git a/lib/client/view.js b/lib/client/view.js index 4f1a1e41..3706c72d 100644 --- a/lib/client/view.js +++ b/lib/client/view.js @@ -104,11 +104,12 @@ var CloudCmd, Util, DOM, CloudFunc, $; Images.hideLoad(); }) .cssSet({id:'view-css', - inner : '#view{' + + inner : '#view{' + 'font-size: 16px;' + - 'white-space :pre' + + 'white-space :pre;' + + 'outline: 0;' + '}' + - '#view::selection{' + + '#view::selection{' + /* 'background: #fe57a1;' 'color: #fff;'