Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| index e4309b3d3a735765f1da873a9db605768db1a6b4..b5159926e61f2cb0e7aec12c578b6c883a5c19dd 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| @@ -25,6 +25,16 @@ |
| margin-left: -13px; |
| } |
| +.elements-disclosure li.selected:after { |
| + font-style: italic; |
| + content: " == $0"; |
| + color: #555; |
| +} |
| + |
| +.elements-disclosure ol:focus li.selected:after { |
| + color: white; |
| +} |
| + |
| .elements-disclosure li.parent::before { |
| box-sizing: border-box; |
| } |