diff --git a/src/app/WardrobePage/Item.js b/src/app/WardrobePage/Item.js index f86a039..48db079 100644 --- a/src/app/WardrobePage/Item.js +++ b/src/app/WardrobePage/Item.js @@ -250,6 +250,13 @@ function ItemActionButton({ icon, label, href, onClick }) { background-color: ${theme.colors.gray["300"]}; color: ${theme.colors.gray["700"]}; } + + /* On touch devices, always show the buttons! This avoids having to + * tap to reveal them (which toggles the item), or worse, + * accidentally tapping a hidden button without realizing! */ + @media (hover: none) { + opacity: 1; + } `} />