group info and combiner css together
This commit is contained in:
@@ -68,8 +68,8 @@ class InfoComponent extends preact.Component {
|
||||
if (newProps.tutorial !== this.props.tutorial) return true;
|
||||
if (newProps.vboxHighlight !== this.props.vboxHighlight) return true;
|
||||
if (newProps.vboxSelected !== this.props.vboxSelected) return true;
|
||||
|
||||
if (newState.comboItem !== this.state.comboItem) return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -301,8 +301,10 @@ class InfoComponent extends preact.Component {
|
||||
return (
|
||||
<div class='info'>
|
||||
<div onMouseOver={() => this.setState({ comboItem: null })}>
|
||||
<Info />
|
||||
<Combiner />
|
||||
<div class='info-details'>
|
||||
<Info />
|
||||
<Combiner />
|
||||
</div>
|
||||
</div>
|
||||
<Combos />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user