Fix cursor for some buttons & links (fix #411)

This commit is contained in:
Cotes Chung
2021-09-17 16:58:32 +08:00
parent 2dfdb66e0a
commit e5bf234835
4 changed files with 17 additions and 0 deletions

View File

@@ -199,6 +199,8 @@ div {
background-color: inherit;
color: var(--highlight-lineno-color);
@extend %cursor-pointer;
&[timeout] {
color: var(--clipboard-checked-color);
border-color: var(--clipboard-checked-color);