1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Improve the UX of clipboard button

This commit is contained in:
Cotes Chung
2021-09-22 22:21:33 +08:00
parent abb548fcee
commit 1bb54096f4
5 changed files with 14 additions and 9 deletions

View File

@@ -214,15 +214,19 @@ div {
@extend %cursor-pointer;
&[timeout] {
border-color: var(--clipboard-checked-color);
&:hover {
border-color: var(--clipboard-checked-color);
}
i {
color: var(--clipboard-checked-color);
}
}
&:not([timeout]):hover {
background-color: gray;
> i {
background-color: rgba(128, 128, 128, 0.37);
i {
color: white;
}
}