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

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

Issue 2875793004: Coverage: misc UI polish (Closed)
Patch Set: review comments, dropped some stray lines Created 3 years, 7 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 33979b9dfbe28b8925a1f80819e4c6353a450718..c588327468ec67c0112be0ca5b2677e7968533a8 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -639,22 +639,6 @@
white-space: pre-line;
}
-.timeline-landing-page button {
- padding: 0;
- vertical-align: sub;
- border: 1px solid #ddd;
- margin-top: 4px;
- background-color: #f3f3f3;
-}
-
-.timeline-landing-page button > span {
- margin: -1px 2px -3px -2px;
-}
-
-.timeline-landing-page button > span:hover {
- background-color: #333;
-}
-
.timeline-landing-warning {
background-color: #fffde7;
padding: 16px 20px;

Powered by Google App Engine
This is Rietveld 408576698