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 bff1df95a9e3c2261619dfa3f6c136d0ff84b0da..d647f015f13a49007583a8bd01967222fa2cc009 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
| @@ -25,20 +25,12 @@ |
| margin-left: -13px; |
| } |
| -.elements-disclosure li.selected:after { |
| +.elements-disclosure li.selected .selected-hint:before { |
| font-style: italic; |
| content: " == $0"; |
| - color: black; |
| opacity: 0.6; |
| position: absolute; |
| -} |
| - |
| -.elements-disclosure li.selected.editing-as-html:after { |
|
lushnikov
2017/03/25 09:42:31
these classes served an important role of making '
luoe
2017/03/27 17:26:27
After removing the 'color: black' style, the selec
|
| - display: none; |
| -} |
| - |
| -.elements-disclosure ol li.selected:focus:after { |
| - color: white; |
| + white-space: pre; |
| } |
| .elements-disclosure li.parent::before { |