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

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

Issue 2328643002: [DevTools] Migrate XMLView to TreeOutlineInShadow. (Closed)
Patch Set: Created 4 years, 3 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 | « third_party/WebKit/Source/devtools/front_end/network/xmlTree.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/network/xmlView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/xmlView.css b/third_party/WebKit/Source/devtools/front_end/network/xmlView.css
index 5a0a070b504fc3f5d19e270d4ff168caec4a36ae..e05d207b7bf37147b31d082945cb3c78a83a205f 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/xmlView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/xmlView.css
@@ -9,79 +9,3 @@
overflow: auto;
padding: 2px 4px;
}
-
-.shadow-xml-view ol {
- list-style: none;
- padding: 0;
- margin: 0;
- -webkit-padding-start: 16px;/* step width + arrow width */
-}
-
-.shadow-xml-view > ol {
- -webkit-padding-start: 0;
-}
-
-.shadow-xml-view ol.children:not(.expanded) {
- display: none;
-}
-
-.shadow-xml-view li.parent::before {
- -webkit-user-select: none;
- -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 352px 168px;
- -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 {
- -webkit-mask-position: -20px -97px;
-}
-
-@media (-webkit-min-device-pixel-ratio: 1.1) {
-.shadow-xml-view li.parent::before {
- -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
-}
-} /* media */
-
-.shadow-xml-view li:not(.parent) {
- margin-left: 10px; /* arrow width */
-}
-
-.shadow-xml-view li.shadow-xml-view-close-tag {
- margin-left: -6px; /* step width */
-}
-
-.shadow-xml-view-tag {
- color: rgb(136, 18, 128);
-}
-
-.shadow-xml-view-comment {
- color: rgb(35, 110, 37);
-}
-
-.shadow-xml-view-processing-instruction {
- color: rgb(35, 110, 37);
-}
-
-.shadow-xml-view-attribute-name {
- color: rgb(153, 69, 0);
-}
-
-.shadow-xml-view-attribute-value {
- color: rgb(26, 26, 166);
-}
-
-.shadow-xml-view-text {
- color: rgb(0, 0, 0);
- white-space: pre;
-}
-
-.shadow-xml-view-cdata {
- color: rgb(0, 0, 0);
-}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/xmlTree.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698