| 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 2591b7edb393262a35eadb648f82214597b6724d..cd9178840207a417c67ecf6ba117f473e3fecb84 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
|
| @@ -25,8 +25,6 @@
|
| }
|
|
|
| .elements-disclosure li.parent::before {
|
| - float: left;
|
| - width: 10px;
|
| box-sizing: border-box;
|
| }
|
|
|
| @@ -34,10 +32,10 @@
|
| -webkit-user-select: none;
|
| -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
|
| -webkit-mask-size: 352px 168px;
|
| - content: "a";
|
| + content: "aa";
|
| color: transparent;
|
| text-shadow: none;
|
| - margin-right: 1px;
|
| + margin-right: -3px;
|
| }
|
|
|
| .elements-disclosure li.always-parent::before {
|
| @@ -325,6 +323,7 @@ ol:focus li.selected .webkit-html-attribute-name {
|
|
|
| .elements-disclosure .gutter-container {
|
| position: absolute;
|
| + top: 0;
|
| }
|
|
|
| .elements-disclosure li.selected .gutter-container:not(.has-decorations) {
|
|
|