chrome-devtools-frontend
Version:
Chrome DevTools UI
23 lines (18 loc) • 445 B
CSS
/*
* Copyright 2026 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.ad-provenance-tooltip {
user-select: text;
}
.ad-provenance-tooltip-title {
color: var(--sys-color-on-surface-subtle);
margin-top: var(--sys-size-2);
}
.ad-provenance-tooltip-title:first-child {
margin-top: 0;
}
.ad-provenance-tooltip-content {
padding-left: var(--sys-size-4);
}