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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css

Issue 2703143002: [DevTools] Prepare to move Popover to shadow DOM. (Closed)
Patch Set: fix Created 3 years, 10 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
Index: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
index 5def2073682c8f3f9d0b48336395b18bb5a918fa..8fbe22a6d000196d30375a99197f5b1bb560b42d 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -284,25 +284,6 @@
line-height: 18px;
}
-.image-preview-container {
- background: transparent;
- text-align: left;
- border-spacing: 0;
- margin: 4px;
-}
-
-.image-preview-container img {
- max-width: 100px;
- max-height: 100px;
- background-image: url(Images/checker.png);
- -webkit-user-select: text;
- -webkit-user-drag: auto;
-}
-
-.image-container {
- padding: 0;
-}
-
.timeline-filters-header {
overflow: hidden;
flex: none;

Powered by Google App Engine
This is Rietveld 408576698