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 92847e3f6c
commit 66d4d268d9

View File

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