show remove button on group hover, oops!
This commit is contained in:
parent
7d54a05aa0
commit
152ba2cb17
1 changed files with 2 additions and 1 deletions
|
@ -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"]};
|
||||
|
|
Loading…
Reference in a new issue