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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/treeoutline.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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
index f7f6ce00f7b190f5af8106b4073bebf819d337a7..cf51574faba7ea64daa06eceb133ecfeaf15b5ab 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
@@ -65,7 +65,6 @@ ol.tree-outline,
.tree-outline li {
text-overflow: ellipsis;
white-space: nowrap;
- overflow: hidden;
min-height: 17px;
padding-top: 2px;
position: relative;
@@ -80,18 +79,14 @@ ol.tree-outline:focus li.selected * {
}
.tree-outline 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;
- margin-right: 1px;
- top: 1px;
- width: 10px;
- height: 10px;
+ margin-right: -2px;
+ height: 12px;
}
.tree-outline li:not(.parent)::before {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698