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

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

Issue 2358253002: DevTools: extract a component for layer viewer (Closed)
Patch Set: Created 4 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: 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 3f7522fc1111157c1fe9cd74fa28571af5effce9..153b5e85e737bf0b9def81c8e9c08d066d12c754 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -37,8 +37,7 @@
border-bottom: 1px solid rgb(140, 140, 140);
}
-.panel.timeline .banner,
-.panel.layers .banner {
+.panel.timeline .banner {
color: #777;
background-color: white;
display: flex;
@@ -56,8 +55,7 @@
z-index: 500;
}
-.panel.timeline .banner a,
-.panel.layers .banner a {
+.panel.timeline .banner a {
color: inherit;
}
@@ -465,109 +463,6 @@
text-align: left !important;
}
-.layer-tree,
-.profiler-log-view {
- overflow: auto;
-}
-
-.layers-3d-view {
- overflow: hidden;
- -webkit-user-select: none;
-}
-
-.layers-3d-view canvas {
- flex: 1 1;
-}
-
-.transform-control-panel {
- white-space: nowrap;
- flex: none;
-}
-
-.layer-details-view table td {
- padding-left: 8px;
-}
-
-.layer-details-view table td:first-child {
- font-weight: bold;
-}
-
-.layer-details-view .scroll-rect.active {
- background-color: rgba(100, 100, 100, 0.2);
-}
-
-.paint-profiler-overview .banner {
- z-index: 500;
-}
-
-.paint-profiler-canvas-container {
- flex: auto;
- position: relative;
-}
-
-.paint-profiler-overview {
- background-color: #eee;
-}
-
-.paint-profiler-pie-chart {
- width: 60px !important;
- height: 60px !important;
- padding: 2px;
- overflow: hidden;
- font-size: 10px;
-}
-
-.paint-profiler-canvas-container canvas {
- z-index: 200;
- background-color: white;
- opacity: 0.95;
- height: 100%;
- width: 100%;
-}
-
-.paint-profiler-canvas-container .overview-grid-dividers-background,
-.paint-profiler-canvas-container .overview-grid-window {
- bottom: 0;
- height: auto;
-}
-
-.paint-profiler-canvas-container .overview-grid-window-resizer {
- z-index: 2000;
-}
-
-.paint-profiler-image-view {
- overflow: hidden;
-}
-
-.paint-profiler-image-view .paint-profiler-image-container {
- -webkit-transform-origin: 0 0;
-}
-
-.paint-profiler-image-view .paint-profiler-image-container div {
- border-color: rgba(100, 100, 100, 0.4);
- border-style: solid;
- z-index: 100;
- position: absolute;
- top: 0;
- left: 0;
-}
-
-.paint-profiler-image-view img {
- border: solid 1px black;
-}
-
-.layer-details-view ul {
- list-style: none;
- -webkit-padding-start: 0;
- -webkit-margin-before: 0;
- -webkit-margin-after: 0;
-}
-
-.layer-details-view a {
- padding: 8px;
- display: block;
-}
-
.timeline-layers-view > div:last-child,
.timeline-layers-view-properties > div:last-child {
background-color: #eee;

Powered by Google App Engine
This is Rietveld 408576698