Bug 1421491 - Style fixes in Netmonitor draft
authorSagarB <sagarbharadwaj50@gmail.com>
Mon, 11 Dec 2017 22:42:22 +0530
changeset 710711 98b801c04ad68b8d80e85d8c227682eebf247013
parent 710422 3a33e3beb0cd41e0080a63f153a24e0230033578
child 743633 452e44c7478ac27ac7588ab439c7fab55f5f2b22
push id92881
push userbmo:sagarbharadwaj50@gmail.com
push dateMon, 11 Dec 2017 17:15:44 +0000
bugs1421491
milestone59.0a1
Bug 1421491 - Style fixes in Netmonitor Changed CSS to fix selected row style and removed underline for tree headers MozReview-Commit-ID: hnmnATPSAw *** Bug 1421491 - Style fixes in Netmonitor Updated CSS Styles to fix issues mentioned in the bug MozReview-Commit-ID: 7ElhjWmTEgM *** Bug 1421491 - Minor style fixes in netmonitor Updated CSS to fix style issues in the Bug
devtools/client/netmonitor/src/assets/styles/NetworkDetailsPanel.css
--- a/devtools/client/netmonitor/src/assets/styles/NetworkDetailsPanel.css
+++ b/devtools/client/netmonitor/src/assets/styles/NetworkDetailsPanel.css
@@ -136,16 +136,24 @@
   max-width: 0;
   padding-inline-end: 5px;
 }
 
 .network-monitor .tree-container .treeTable .treeValueCell input{
   color: var(--string-color);
 }
 
+.network-monitor .tree-container .treeTable .treeValueCell input:focus {
+  color: var(--theme-selection-color) !important;
+}
+
+.network-monitor .tree-container .treeTable .treeRow.hasChildren > .treeLabelCell > .treeLabel:hover {
+  text-decoration: none;
+}
+
 /* Source editor in tab panels */
 
 /* If there is a source editor shows up in the last row of TreeView,
  * it should occupy the available vertical space.
  */
 .network-monitor .tree-container .treeTable .editor-row-container,
 .network-monitor .tree-container .treeTable tr:last-child td[colspan="2"] {
   display: block;