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

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css

Issue 2662183006: DevTools: Don't clip tirangles in ObjectPropertiesSection (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css
diff --git a/third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css b/third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css
index 180bf4521e749b4c1d719e08586d61015ba92ac0..70e1f29101d83b616e85212abd746edcd01567f5 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css
+++ b/third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css
@@ -56,11 +56,3 @@
display: flex;
flex-direction: row;
}
-
-.object-properties-section-root-element::before {
- -webkit-mask-position: -4px -97px !important;
-}
-
-.object-properties-section-root-element.expanded::before {
- -webkit-mask-position: -20px -97px !important;
-}
« 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