mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
fix: cursor grab applied to wrong .blockchain-wrapper
This commit is contained in:
parent
968080ca26
commit
e8ddaa1dda
2 changed files with 9 additions and 9 deletions
|
|
@ -113,12 +113,4 @@
|
|||
.blockchain-wrapper .blocks-wrapper {
|
||||
direction: rtl;
|
||||
}
|
||||
}
|
||||
.blockchain-wrapper {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
.blockchain-wrapper:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -55,6 +55,14 @@
|
|||
&.time-rtl .reset-scroll {
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
&:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
}
|
||||
|
||||
.warning-label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue