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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inspectorStyle.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/inspectorStyle.css
diff --git a/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css b/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css
index 4beee86df446246dc6d5cec97a45f2bf0db94065..71947aede280f295079969a7ff25824fbaa37b6b 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css
+++ b/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css
@@ -204,18 +204,13 @@ ol.outline-disclosure:focus li.selected * {
}
.outline-disclosure li::before {
- float: left;
-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;
- position: relative;
- top: 2px;
- margin-right: 1px;
- width: 10px;
- height: 10px;
+ margin-right: -2px;
}
.outline-disclosure li:not(.parent)::before {

Powered by Google App Engine
This is Rietveld 408576698