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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user