mirror of
https://github.com/mempool/mempool.git
synced 2025-01-19 05:34:03 +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;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blockLink:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.mined-block {
|
.mined-block {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
@ -116,3 +116,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blockLink:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user