mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
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:
parent
6866b12e84
commit
475baf5634
@ -11,6 +11,10 @@
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.blockLink:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.mined-block {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
|
@ -116,3 +116,7 @@
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.blockLink:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user