Fix style on block hover (#347)

* Fix style on block hover

* Fix style on block hover

Co-authored-by: Eric Lehmann <eric@machinas.com>
This commit is contained in:
Czino 2021-02-17 21:05:39 +01:00 committed by GitHub
parent 6866b12e84
commit 475baf5634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,10 @@
z-index: 10; z-index: 10;
} }
.blockLink:hover {
text-decoration: none;
}
.mined-block { .mined-block {
position: absolute; position: absolute;
top: 0px; top: 0px;

View File

@ -116,3 +116,7 @@
left: 0; left: 0;
z-index: 10; z-index: 10;
} }
.blockLink:hover {
text-decoration: none;
}