﻿h3.hidden-anchor {
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    display: inline;
    margin-top: -45px;
}

.md-typeset .api-property summary a {
    opacity: 0;
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    margin-left: 3px;
    color: var(--md-default-fg-color--lighter);
}

.md-typeset .api-property summary:hover a {
    opacity: 1;
    transition: opacity 125ms;
}

.md-typeset .api-property summary a:hover {
    color: var(--md-accent-fg-color);
    opacity: 1;
    transition: color .25s,opacity 125ms;
}