few styles

This commit is contained in:
ntr
2019-08-08 20:43:41 +10:00
parent 4b5aa62140
commit 65503c6800
5 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ function Vbox(args) {
return (
<div class={inventoryClass}
onClick={inventoryClick}
style={vboxSelecting || itemUnequip ? { cursor: 'pointer' } : null}
style={vboxSelecting || itemUnequip.length ? { cursor: 'pointer' } : null}
onMouseOver={e => hoverInfo(e, 'inventory')}>
<div class="vbox-hdr">
<h3 onTouchStart={e => e.target.scrollIntoView(true)}>INVENTORY</h3>