UNPKG

debug-server-next

Version:

Dev server for hippy-core.

1 lines 1.99 kB
import*as RootModule from'../../core/root/root.js';RootModule.Runtime.cachedResources.set("panels/developer_resources/developerResourcesView.css","/*\n * Copyright (c) 2020 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:host {\n overflow: hidden;\n}\n\n.developer-resource-view-toolbar-container {\n display: flex;\n border-bottom: 1px solid var(--color-details-hairline);\n flex: 0 0 auto;\n}\n\n.developer-resource-view-toolbar {\n display: inline-block;\n width: 100%;\n}\n\n.developer-resource-view-toolbar-summary {\n background-color: var(--color-background-elevation-2);\n border-top: 1px solid var(--color-details-hairline);\n padding-left: 5px;\n flex: 0 0 19px;\n display: flex;\n padding-right: 5px;\n}\n\n.developer-resource-view-toolbar-summary .developer-resource-view-message {\n padding-top: 2px;\n padding-left: 1ex;\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n}\n\n.developer-resource-view-results {\n overflow-y: auto;\n display: flex;\n flex: auto;\n}\n\n/*# sourceURL=panels/developer_resources/developerResourcesView.css */");RootModule.Runtime.cachedResources.set("panels/developer_resources/developerResourcesListView.css","/*\n * Copyright (c) 2020 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.data-grid {\n border: none;\n}\n\n.data-grid td .url-outer {\n width: 100%;\n display: inline-flex;\n justify-content: flex-start;\n}\n\n.data-grid td .url-outer .filter-highlight {\n font-weight: bold;\n}\n\n.data-grid td .url-prefix {\n overflow-x: hidden;\n text-overflow: ellipsis;\n}\n\n.data-grid td .url-suffix {\n flex: none;\n}\n\n.data-grid td.error-message .filter-highlight {\n font-weight: bold;\n}\n\n/*# sourceURL=panels/developer_resources/developerResourcesListView.css */");