Removed old icon references
This commit is contained in:
@ -10,7 +10,7 @@ component Inventory(inventory *arn.Inventory, viewUser *arn.User, user *arn.User
|
||||
else
|
||||
.inventory-slot.tip.mountable(aria-label=slot.Item().Name, draggable="true", data-index=index, data-item-id=slot.ItemID, data-consumable=slot.Item().Consumable)
|
||||
.shop-item-icon
|
||||
Icon(slot.Item().Icon)
|
||||
RawIcon(slot.Item().Icon)
|
||||
if slot.Quantity > 1
|
||||
.inventory-slot-quantity= slot.Quantity
|
||||
|
||||
|
@ -25,8 +25,7 @@ const inventory-slot-size = 64px
|
||||
.shop-item-icon
|
||||
animation hover-item 1s infinite ease-in-out
|
||||
|
||||
.icon
|
||||
margin 0
|
||||
svg-icon
|
||||
pointer-events none
|
||||
|
||||
// [data-item-id="pro-account-3"]
|
||||
|
Reference in New Issue
Block a user