UNPKG

chrome-devtools-frontend

Version:
84 lines (68 loc) 1.22 kB
/* * Copyright (c) 2021 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. */ .text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } button ~ .text-ellipsis { padding-left: 2px; } .link, .devtools-link { color: var(--color-link); text-decoration: underline; cursor: pointer; outline-offset: 2px; padding: 0; } button.link { border: none; background: none; font-family: inherit; font-size: inherit; height: 16px; } button.link:has(devtools-icon) { margin-top: 5px; } button.text-link { padding-left: 2px; height: 26px; } .inline-button { padding-left: 1ex; } .inline-comment { padding-left: 1ex; white-space: pre-line; } .inline-comment::before { content: "("; } .inline-comment::after { content: ")"; } .inline-name { color: var(--color-text-secondary); padding-left: 2ex; user-select: none; white-space: pre-line; } .inline-name::after { content: ":\u00a0"; } .inline-items { display: flex; } .span-cols { grid-column-start: span 2; margin: 0 0 8px 30px; line-height: 28px; } .without-min-width { min-width: auto; }