| /* |
| * Copyright 2023 The Chromium Authors |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
| |
| .registered-property-popup-wrapper { |
| max-width: 232px; |
| font-size: 12px; |
| line-height: 1.4; |
| word-break: break-all; |
| } |
| |
| .monospace { |
| font-family: var(--monospace-font-family); |
| font-size: var(--monospace-font-size); |
| } |
| |
| .divider { |
| margin: 8px -7px; |
| border: 1px solid var(--sys-color-divider); |
| } |
| |
| .registered-property-links { |
| margin-top: 8px; |
| } |
| |
| .clickable { |
| color: var(--sys-color-primary); |
| cursor: pointer; |
| } |
| |
| .underlined { |
| text-decoration: underline; |
| } |
| |
| .unbreakable-text { |
| white-space: nowrap; |
| } |
| |
| .css-property { |
| color: var(--webkit-css-property-color, var(--sys-color-token-property-special)); /* stylelint-disable-line plugin/use_theme_colors */ /* See: crbug.com/1152736 for color variable migration. */ |
| } |
| |
| .title { |
| color: var(--sys-color-state-disabled); |
| } |