Bug 1396393 - use highlight color for devtools tab top line;r=gl draft
authorJulian Descottes <jdescottes@mozilla.com>
Thu, 14 Sep 2017 18:30:19 +0200
changeset 664930 748722140041468638f3ed1d7aae0769ef269cc8
parent 664885 fae057bf5e84cfbfe22ba350c0b8331fb1abdee9
child 731593 a7a53051ec0793350803e00940675139bb712af0
push id79862
push userjdescottes@mozilla.com
push dateThu, 14 Sep 2017 16:30:43 +0000
reviewersgl
bugs1396393
milestone57.0a1
Bug 1396393 - use highlight color for devtools tab top line;r=gl MozReview-Commit-ID: 6CvkET0vL2o
devtools/client/themes/common.css
--- a/devtools/client/themes/common.css
+++ b/devtools/client/themes/common.css
@@ -3,17 +3,19 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 @import url("resource://devtools/client/themes/splitters.css");
 @namespace html url("http://www.w3.org/1999/xhtml");
 
 :root {
   font: message-box;
 
-  --tab-line-selected-color: var(--blue-50);
+  /* The usage of the highlight keyword is being removed in Bug 1395651. DevTools should
+     align when this bug is fixed. */
+  --tab-line-selected-color: highlight;
   /* Introduce a specific variable here to be able to special-case firebug theme */
   --toolbar-icon-checked-filter: var(--theme-icon-checked-filter);
 }
 
 :root.theme-light {
   --tab-line-hover-color: rgba(0,0,0,.2);
 }