1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-06 07:40:50 +08:00

feat(ArticleLayout): add copied state icon for code block copy button

This commit is contained in:
2025-12-18 15:16:00 +08:00
parent 257cc873b0
commit 7e4571cb3a

View File

@@ -48,6 +48,10 @@ main#article-content {
color: var(--md-ref-palette-neutral90);
}
&.copied::before {
content: "check";
}
&:active {
border-radius: var(--md-sys-shape-corner-large);
}