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

Unified Diff: Source/devtools/front_end/promisesPanel.css

Issue 603623002: Rename PromisesPanel to PromisePane. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
Index: Source/devtools/front_end/promisesPanel.css
diff --git a/Source/devtools/front_end/promisesPanel.css b/Source/devtools/front_end/promisesPanel.css
deleted file mode 100644
index 8fadd0e182319f5a81fcf29b338e3966509be960..0000000000000000000000000000000000000000
--- a/Source/devtools/front_end/promisesPanel.css
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright 2014 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-.promises .data-grid {
- flex: 1 1;
-}
-
-.promises .data-grid td {
- white-space:pre;
-}
-
-.promise-tracker-controls {
- margin-top: 5px;
- margin-bottom: 5px;
-}

Powered by Google App Engine
This is Rietveld 408576698