Fix invalid linter conf and fix reported lint errors
[src/xds/xds-agent.git] / webapp / src / app / pages / supervision / supervision-config.component.scss
index ea263cc..7b8d318 100644 (file)
@@ -111,15 +111,16 @@ button#stop-trace {
   margin-left: 10px;
 }
 
+#ws-client {
+  fill: green;
+}
+
 svg#graph {
   .link {
     fill: none;
     stroke: #666;
     stroke-width: 1.5px;
   }
-  #ws-client {
-    fill: green;
-  }
   .link.ws-client {
     stroke: green;
   }