chromium/chrome/browser/resources/commerce/product_specifications/description_citation.css

/* Copyright 2024 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

/* #css_wrapper_metadata_start
 * #type=style-lit
 * #scheme=relative
 * #css_wrapper_metadata_end */

cr-button {
    --cr-button-background-color: var(--color-product-specifications-citation-background);
    border-radius: 8px;
    font-size: 11px;
    height: 16px;
    margin-inline-end: 1px;
    margin-inline-start: 4px;
    min-width: 16px;
    padding: 0px;
    text-align: center;
    width: 16px;
}

cr-tooltip {
    --paper-tooltip-duration-in: 0ms;
    --paper-tooltip-duration-out: 0ms;
}