Bug 1413832 - Keep the green/active toolbar icon styling when the tool is selected. r=jdescottes draft
authorabhinav <abhinav.koppula@gmail.com>
Fri, 03 Nov 2017 23:51:11 +0530
changeset 692911 6cc048536544b24bd6e191b60848a672713a5fe4
parent 688337 d3910b7628b8066d3f30d58b17b5824b05768854
child 738892 117c454f83a4956916bd92f7492eeb897a18157f
push id87646
push userbmo:abhinav.koppula@gmail.com
push dateFri, 03 Nov 2017 18:21:44 +0000
reviewersjdescottes
bugs1413832
milestone58.0a1
Bug 1413832 - Keep the green/active toolbar icon styling when the tool is selected. r=jdescottes MozReview-Commit-ID: 6Sj0lECJMuC
devtools/client/themes/toolbox.css
--- a/devtools/client/themes/toolbox.css
+++ b/devtools/client/themes/toolbox.css
@@ -186,17 +186,17 @@
   -moz-context-properties: fill;
   fill: var(--theme-toolbar-color);
 }
 
 .devtools-tab.selected > img {
   fill: var(--theme-toolbar-selected-color);
 }
 
-.devtools-tab:not(.selected).highlighted > img {
+.devtools-tab.highlighted > img {
   fill: var(--theme-toolbar-highlighted-color);
 }
 
 /* The options tab is special - it doesn't have the same parent
    as the other tabs (toolbox-option-container vs toolbox-tabs) */
 #toolbox-option-container .devtools-tab {
   border-color: transparent;
   border-width: 0;