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

Unified Diff: Source/devtools/front_end/network/xmlView.css

Issue 1291733003: DevTools: Preview of .svg file is not seen in Network section of dev tools. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/network/xmlView.css
diff --git a/Source/devtools/front_end/network/xmlView.css b/Source/devtools/front_end/network/xmlView.css
index e4df4fcacddfaaf20bde7c507fa1aab617fb3933..f87f0493e333dc5dbb7392640126a4f9a00e4d84 100644
--- a/Source/devtools/front_end/network/xmlView.css
+++ b/Source/devtools/front_end/network/xmlView.css
@@ -14,7 +14,7 @@
list-style: none;
padding: 0;
margin: 0;
- -webkit-padding-start: 16px; /* step width + arrow width */
+ -webkit-padding-start: 16px;/* step width + arrow width */
}
.shadow-xml-view > ol {
@@ -25,20 +25,18 @@
display: none;
}
-.shadow-xml-view li {
- display: flex;
- align-items: center;
-}
-
.shadow-xml-view li.parent::before {
- -webkit-user-select: none;
- -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 352px 144px;
- -webkit-mask-position: -4px -97px;
- background-color: rgb(110, 110, 110);
- content: "";
- width: 10px; /* arrow width */
- height: 10px;
+ -webkit-user-select: none;
+ -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
+ -webkit-mask-size: 352px 144px;
+ -webkit-mask-position: -4px -97px;
+ background-color: rgb(110, 110, 110);
+ content: " ";
+ width: 10px;/* arrow width */
+ height: 10px;
+ display: inline-block;
+ position: relative;
+ top: 2px;
}
.shadow-xml-view li.parent.expanded::before {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698