From 152ba2cb17224fcaee0cf649d632e9c0986fd15a Mon Sep 17 00:00:00 2001 From: Matt Dunn-Rankin Date: Sat, 25 Apr 2020 20:48:48 -0700 Subject: [PATCH] show remove button on group hover, oops! --- src/ItemList.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ItemList.js b/src/ItemList.js index 78c93c8..0c4a2d2 100644 --- a/src/ItemList.js +++ b/src/ItemList.js @@ -52,8 +52,9 @@ export function Item({ item, itemNameId, outfitState, dispatchToOutfit }) { transitionProperty="opacity color" transitionDuration="0.2s" className={css` - &:hover, &:focus, + &:hover, + .item-container:hover &, input:focus + .item-container & { opacity: 1; color: ${theme.colors.gray["800"]};