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 908698b9bcd3d9a9f24a4c13faa66b35d902e5c9..7f6252be038e7edae690acf11560e93fe1329998 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| @@ -28,7 +28,8 @@ |
| .elements-disclosure li.selected:after { |
| font-style: italic; |
| content: " == $0"; |
| - color: #555; |
| + color: black; |
| + opacity: 0.6; |
|
dgozman
2016/01/30 16:36:39
That's another patch.
pfeldman
2016/01/31 16:04:13
Ouch.
|
| } |
| .elements-disclosure ol:focus li.selected:after { |