From 0c614deb419cab8b37a6fe105771845cc3a33f9b Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 7 Sep 2020 00:14:44 -0700 Subject: [PATCH] add focus/hover responses to modeling page cards --- src/app/ModelingPage.js | 2 ++ 1 file changed, 2 insertions(+) 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 &" /> );