| /* |
| * Copyright 2016 The Chromium Authors |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
| |
| .layer-details-container:has(.empty-view-scroller) { |
| display: flex; |
| } |
| |
| table { |
| border-spacing: 0; |
| } |
| |
| table td { |
| font: var(--sys-typescale-body4-regular); |
| line-height: 18px; |
| padding: var(--sys-size-3) var(--sys-size-5); |
| vertical-align: top; |
| } |
| |
| table td:first-child { |
| color: var(--sys-color-on-surface-subtle); |
| font: var(--sys-typescale-body5-medium); |
| line-height: 18px; |
| white-space: nowrap; |
| } |
| |
| .scroll-rect.active { |
| background-color: var(--sys-color-neutral-container); |
| } |
| |
| ul { |
| list-style: none; |
| padding-inline-start: 0; |
| margin-block: 0; |
| } |
| |
| .devtools-link.link-margin { |
| margin: 8px; |
| display: inline-block; |
| } |