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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui_lazy/pieChart.css

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline 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
Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/pieChart.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/pieChart.css b/third_party/WebKit/Source/devtools/front_end/ui_lazy/pieChart.css
deleted file mode 100644
index bef554fa1e8ab7e87a654934c35ee22894718f80..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/pieChart.css
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Copyright (c) 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.
- */
-
-.root {
- position: relative;
- width: 100%;
- height: 100%;
-}
-
-.pie-chart-foreground {
- position: absolute;
- width: 100%;
- height: 100%;
- z-index: 10;
- top: 0;
- display: flex;
-}
-
-.pie-chart-total {
- margin: auto;
- padding: 2px 5px;
- background-color: rgba(255, 255, 255, 0.6);
-}

Powered by Google App Engine
This is Rietveld 408576698