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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.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/timelineGrid.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css b/third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css
deleted file mode 100644
index 68d0f183ce6c7e0198d6af40b5c63a83e7de782c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/timelineGrid.css
+++ /dev/null
@@ -1,67 +0,0 @@
-/*
- * Copyright (c) 2015 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.
- */
-
-.resources-dividers {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- z-index: -100;
- bottom: 0;
-}
-
-.resources-event-dividers {
- position: absolute;
- left: 0;
- right: 0;
- height: 100%;
- top: 0;
- z-index: 300;
- pointer-events: none;
-}
-
-.resources-dividers-label-bar {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- background-color: rgba(255, 255, 255, 0.85);
- background-clip: padding-box;
- height: 20px;
- z-index: 200;
- pointer-events: none;
- overflow: hidden;
-}
-
-.resources-divider {
- position: absolute;
- width: 1px;
- top: 0;
- bottom: 0;
- background-color: rgba(0, 0, 0, 0.1);
-}
-
-.resources-event-divider {
- position: absolute;
- width: 2px;
- top: 0;
- bottom: 0;
- z-index: 300;
-}
-
-.resources-divider-label {
- position: absolute;
- top: 4px;
- right: 3px;
- font-size: 80%;
- white-space: nowrap;
- pointer-events: none;
-}
-
-.timeline-grid-header {
- height: 20px;
- pointer-events: none;
-}

Powered by Google App Engine
This is Rietveld 408576698