diff --git a/src/app/ModelingPage.js b/src/app/ModelingPage.js index f20d9d8..722cc21 100644 --- a/src/app/ModelingPage.js +++ b/src/app/ModelingPage.js @@ -86,6 +86,7 @@ function ItemModelCard({ item, currentUserOwnsItem, ...props }) { width="400px" border="1px" borderColor={borderColor} + className="item-model-card" {...props} > } + focusSelector=".item-model-card:hover &, .item-model-card:focus &" /> );