diff --git a/client/assets/styles/vbox.less b/client/assets/styles/vbox.less index b24e2cca..44951ef3 100644 --- a/client/assets/styles/vbox.less +++ b/client/assets/styles/vbox.less @@ -48,17 +48,22 @@ }; } - &.reclaiming, &.reclaiming:hover, &.reclaiming:active { - background: @red; - color: black; - } - &[disabled] { background: black; border-width: 1px; }; } + .reclaiming { + button:not([disabled]) { + &, &:hover, &:active { + background: @red; + color: black; + border: 1px solid black; + } + } + } + button { height: 4em; margin: 0; diff --git a/client/src/components/shapes.jsx b/client/src/components/shapes.jsx index 5c26096b..b0816383 100644 --- a/client/src/components/shapes.jsx +++ b/client/src/components/shapes.jsx @@ -73,13 +73,13 @@ module.exports = { LifeRR: () =>
- {square(['green'])} + {square(['red'])}
Life
, LifeBB:() =>
- {square(['green'])} + {square(['blue'])}
Life
, @@ -111,13 +111,13 @@ module.exports = { PowerRR: () =>
- {circle(['green'])} + {circle(['red'])}
Power
, PowerBB:() =>
- {circle(['green'])} + {circle(['blue'])}
Power
, @@ -148,13 +148,13 @@ module.exports = { SpeedRR: () =>
- {triangle(['green'])} + {triangle(['red'])}
Speed
, SpeedBB:() =>
- {triangle(['green'])} + {triangle(['blue'])}
Speed
, diff --git a/client/src/components/vbox.component.jsx b/client/src/components/vbox.component.jsx index 67b4808f..fb1b119a 100644 --- a/client/src/components/vbox.component.jsx +++ b/client/src/components/vbox.component.jsx @@ -282,7 +282,7 @@ function Vbox(args) { return setReclaiming(!reclaiming); } - const reclaimClass = `vbox-btn reclaim ${reclaiming ? 'reclaiming' : ''}`; + const inventoryClass = `vbox-section ${reclaiming ? 'reclaiming' : ''}`; function inventoryBtn(v, i) { const inventoryHighlight = vboxSelecting || itemUnequip.length; @@ -363,14 +363,14 @@ function Vbox(args) { } return ( -
hoverInfo(e, 'inventory')}>

e.target.scrollIntoView(true)}>INVENTORY