Bug 1421491 - Style fixes in Netmonitor draft
authorSagarB <sagarbharadwaj50@gmail.com>
Mon, 11 Dec 2017 02:01:59 +0530
changeset 710499 f0929eb26ac2224f9cff8efdb92e8fb2c97cac8c
parent 710498 3962191d992a414994505b25fe36ab8e5e516787
child 743594 377c495825f6f7a2ae10270abab6dbb40b34e9d8
push id92839
push userbmo:sagarbharadwaj50@gmail.com
push dateSun, 10 Dec 2017 20:32:43 +0000
bugs1421491
milestone59.0a1
Bug 1421491 - Style fixes in Netmonitor Changes white to var(--theme-selection-color) MozReview-Commit-ID: 7ElhjWmTEgM
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
@@ -137,17 +137,17 @@
   padding-inline-end: 5px;
 }
 
 .network-monitor .tree-container .treeTable .treeValueCell input{
   color: var(--string-color);
 }
 
 .treeValueCell input:focus {
-  color: white !important;
+  color: var(--theme-selection-color) !important;
 }
 
 /* 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,