Bug 1273904 - reverting webconsole blue focus highlight to dotted outline. r=bgrins draft
authorYura Zenevich <yzenevich@mozilla.com>
Fri, 20 May 2016 10:22:53 -0400
changeset 369156 0bf6f2b0adfd3a80c2d6d43449cd57eacbce01b9
parent 369022 c67dc1f9fab86d4f2cf3224307809c44fe3ce820
child 521481 34ce5d1f2e48dd128e248910c2f30611aca98195
push id18760
push useryura.zenevich@gmail.com
push dateFri, 20 May 2016 14:23:20 +0000
reviewersbgrins
bugs1273904
milestone49.0a1
Bug 1273904 - reverting webconsole blue focus highlight to dotted outline. r=bgrins MozReview-Commit-ID: CbLcsPzCGFB
devtools/client/themes/webconsole.css
--- a/devtools/client/themes/webconsole.css
+++ b/devtools/client/themes/webconsole.css
@@ -408,17 +408,20 @@ a {
   border: none;
   padding-inline-start: 20px;
   margin: 0;
   -moz-appearance: none;
   background-color: transparent;
 }
 
 .jsterm-input-node[focused="true"] {
-  box-shadow: var(--theme-focus-box-shadow-inset-bottom);
+  outline: var(--theme-focus-outline);
+  outline-offset: -1px;
+  transition: none;
+  box-shadow: none;
 }
 
 .jsterm-complete-node {
   color: var(--theme-comment);
 }
 
 .jsterm-input-node {
   /* Always allow scrolling on input - it auto expands in js by setting height,