GHHG10/CodeServer / opencode /packages /web /src /components /share /copy-button.module.css
GHHG10's picture
download
raw
503 Bytes
.root {
position: absolute;
opacity: 0;
visibility: hidden;
transition: opacity 0.15s ease;
button {
cursor: pointer;
background: none;
border: none;
padding: 0.125rem;
color: var(--sl-color-text-secondary);
svg {
display: block;
width: 1rem;
height: 1rem;
}
&[data-copied="true"] {
color: var(--sl-color-green-high);
}
}
}
/* Show copy button when parent is hovered */
*:hover > .root {
opacity: 1;
visibility: visible;
}

Xet Storage Details

Size:
503 Bytes
·
Xet hash:
af0a88a80f4df22f523a182107a5fd26e176272a51bc63419383f1e987af3606

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.