feat: show pointer when hovering over clickable shard
This commit is contained in:
parent
737240d4db
commit
f48a8d401f
@ -49,6 +49,9 @@
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
.shard:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
.shard {
|
||||
color: #fff;
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user