feat(web): copy values from hover cards

This commit is contained in:
creatixchu
2026-07-31 15:38:22 +08:00
parent 6ca3b78e55
commit 8714952c85
19 changed files with 332 additions and 17 deletions

View File

@@ -21,3 +21,20 @@
background: var(--dsw-hovercard-bg);
box-shadow: var(--dsw-shadow-lv3);
}
.copyable {
cursor: pointer;
}
.copyable:focus-visible {
outline: 2px solid var(--dsw-alias-state-business-primary);
outline-offset: 2px;
}
.copied {
display: block;
color: #FFFFFF;
font-size: 14px;
line-height: 20px;
text-align: center;
}