Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(856)

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css

Issue 1461783003: [DevTools] Get rid of floats in treeoutline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698