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

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

Issue 603623002: Rename PromisesPanel to PromisePane. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: REBASE Created 6 years, 2 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 | « Source/devtools/front_end/promises/promisePane.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/promises/promisesPanel.css
diff --git a/Source/devtools/front_end/promises/promisesPanel.css b/Source/devtools/front_end/promises/promisesPanel.css
deleted file mode 100644
index b0daec59c432aa8413e2691c58218a66a0093153..0000000000000000000000000000000000000000
--- a/Source/devtools/front_end/promises/promisesPanel.css
+++ /dev/null
@@ -1,55 +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 {
- border: none;
- flex: 1 1;
-}
-
-.promises .data-grid .odd {
- background-color: #eee;
-}
-
-.promises .data-grid .header-container {
- height: 30px;
-}
-
-.promises .data-grid .data-container {
- top: 30px;
-}
-
-.promises .data-grid table.data {
- background: transparent;
-}
-
-.promises .data-grid th {
- border-bottom: none;
- border-left: 1px solid rgb(205, 205, 205);
- background-color: white;
-}
-
-.promises .data-grid td {
- line-height: 17px;
- height: 24px;
- vertical-align: middle;
- border-bottom: 1px solid rgb(205, 205, 205);
- border-left: 1px solid rgb(205, 205, 205);
-}
-
-.promises .status {
- border-radius: 25px;
- width: 54px;
- text-align: center;
- color: white;
-}
-
-.promises .status.rejected {
- background-color: #f66;
-}
-
-.promises .status.resolved {
- background-color: #696;
-}
« no previous file with comments | « Source/devtools/front_end/promises/promisePane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698