Don't change cursor when hovering over OP_RETURN

This commit is contained in:
wiz 2021-11-17 20:06:24 +09:00 committed by GitHub
parent d816e67ce4
commit 062fdb3658
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,9 +119,3 @@
h2 { h2 {
line-height: 1; line-height: 1;
} }
.badge {
&:hover {
cursor: zoom-in;
}
}