debug-server-next
Version:
Dev server for hippy-core.
1 lines • 2.58 kB
JavaScript
import*as RootModule from'../../core/root/root.js';RootModule.Runtime.cachedResources.set("panels/layer_viewer/layers3DView.css","/*\n * Copyright 2016 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.layers-3d-view {\n overflow: hidden;\n user-select: none;\n}\n\n.toolbar {\n background-color: var(--color-background-elevation-1);\n border-bottom: var(--legacy-divider-border);\n}\n\ncanvas {\n flex: 1 1;\n}\n\n.layers-3d-view > canvas:focus-visible {\n outline: auto 5px -webkit-focus-ring-color;\n}\n\n/*# sourceURL=panels/layer_viewer/layers3DView.css */");RootModule.Runtime.cachedResources.set("panels/layer_viewer/paintProfiler.css","/*\n * Copyright 2016 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.paint-profiler-overview {\n background-color: var(--color-background);\n}\n\n.paint-profiler-canvas-container {\n flex: auto;\n position: relative;\n}\n\n.paint-profiler-pie-chart {\n width: 60px !important; /* stylelint-disable-line declaration-no-important */\n height: 60px !important; /* stylelint-disable-line declaration-no-important */\n padding: 2px;\n overflow: hidden;\n font-size: 10px;\n}\n\n.paint-profiler-canvas-container canvas {\n z-index: 200;\n background-color: var(--color-background);\n opacity: 95%;\n height: 100%;\n width: 100%;\n}\n\n.paint-profiler-canvas-container .overview-grid-window-resizer {\n z-index: 2000;\n}\n\n/*# sourceURL=panels/layer_viewer/paintProfiler.css */");RootModule.Runtime.cachedResources.set("panels/layer_viewer/layerDetailsView.css","/*\n * Copyright 2016 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\ntable td {\n padding-left: 8px;\n}\n\ntable td:first-child {\n font-weight: bold;\n}\n\n.scroll-rect.active {\n --override-active-rect-color: rgb(100 100 100 / 20%);\n\n background-color: var(--override-active-rect-color);\n}\n\n.-theme-with-dark-background .scroll-rect.active,\n:host-context(.-theme-with-dark-background) .scroll-rect.active {\n --override-active-rect-color: rgb(155 155 155 / 20%);\n}\n\nul {\n list-style: none;\n padding-inline-start: 0;\n margin-block-start: 0;\n margin-block-end: 0;\n}\n\n.devtools-link.link-margin {\n margin: 8px;\n display: inline-block;\n}\n\n/*# sourceURL=panels/layer_viewer/layerDetailsView.css */");