| Index: third_party/WebKit/Source/devtools/front_end/components/domUtils.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/domUtils.css b/third_party/WebKit/Source/devtools/front_end/components/domUtils.css
|
| index 1286b4378898c4accfcb3654feecb79fd345b162..79e25449afacee9f6482b6ed0bb1dfde1da0db5c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/domUtils.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/domUtils.css
|
| @@ -9,7 +9,6 @@
|
| }
|
|
|
| .node-link {
|
| - text-decoration: underline;
|
| cursor: pointer;
|
| display: inline;
|
| }
|
| @@ -30,3 +29,15 @@
|
| .stack-preview-container td {
|
| white-space: nowrap;
|
| }
|
| +
|
| +.node-label-name {
|
| + color: rgb(136, 18, 128);
|
| +}
|
| +
|
| +.node-label-id {
|
| + color: rgb(26, 26, 166);
|
| +}
|
| +
|
| +.node-label-class, .node-label-pseudo {
|
| + color: rgb(153, 69, 0);
|
| +}
|
|
|