pop25
This commit is contained in:
parent
74401b15ae
commit
1197161df4
@ -275,7 +275,9 @@ body {
|
||||
|
||||
/* Slot Basis */
|
||||
|
||||
/* SLOT BASIS */
|
||||
.slot.has-item .slot-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.slot:hover {
|
||||
filter: brightness(1.3);
|
||||
|
||||
@ -192,6 +192,8 @@ function initDrop() {
|
||||
slot.appendChild(label);
|
||||
}
|
||||
|
||||
slot.classList.add("has-item");
|
||||
|
||||
saveEquipment(targetSlot, itemId, itemLevel);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user