Bug 1424234 - Fixing styling of individuals button in Memory tool draft
authorSagarB <sagarbharadwaj50@gmail.com>
Sun, 10 Dec 2017 23:37:32 +0530
changeset 710488 475211b30a413fce89523c855476433340e1dd9c
parent 710422 3a33e3beb0cd41e0080a63f153a24e0230033578
child 743589 637d0a5176aa686064723daee7c34810ce326713
push id92833
push userbmo:sagarbharadwaj50@gmail.com
push dateSun, 10 Dec 2017 18:09:29 +0000
bugs1424234
milestone59.0a1
Bug 1424234 - Fixing styling of individuals button in Memory tool Added new CSS selector MozReview-Commit-ID: 6vhB6oejK5e
devtools/client/themes/memory.css
--- a/devtools/client/themes/memory.css
+++ b/devtools/client/themes/memory.css
@@ -429,16 +429,20 @@ html, body, #app, #memory-tool {
   color: var(--theme-selection-color);
 }
 
 .heap-tree-item.focused ::-moz-selection {
   background-color: var(--theme-selection-color);
   color: var(--theme-selection-background);
 }
 
+.heap-tree-item.focused > .heap-tree-item-individuals > .individuals-button {
+  background-color: transparent;
+}
+
 .heap-tree-item-individuals,
 .heap-tree-item-bytes,
 .heap-tree-item-count,
 .heap-tree-item-total-bytes,
 .heap-tree-item-total-count {
   /**
    * Flex: contains several subcolumns, which need to be laid out horizontally.
    * These subcolumns may have specific widths or need to flex.